Interface IRawErrorData

Error details for multiple errors.

interface IRawErrorData {
    errors: IRawErrorDetails[];
}

Properties

Properties