Core
ModelsExpand Collapse
ErrorData = object { kind, message, scope }
ErrorData = object { kind, message, scope }
ErrorDataVariants = ValidationErrorData { fields, kind, message, 2 more } or ErrorData { kind, message, scope }
ErrorDataVariants = ValidationErrorData { fields, kind, message, 2 more } or ErrorData { kind, message, scope }
One of the following:
ValidationErrorData = object { fields, kind, message, 2 more }
ValidationErrorData = object { fields, kind, message, 2 more }
kind: "validation"
General error category
Useful to match against for clients that require custom logic depending on the type of error encountered
ErrorData = object { kind, message, scope }
ErrorData = object { kind, message, scope }
ErrorResponse = object { data, error, status, status_text }
ErrorResponse = object { data, error, status, status_text }
Error information. Always set for unsuccessful responses
Error information. Always set for unsuccessful responses
One of the following:
ValidationErrorData = object { fields, kind, message, 2 more }
ValidationErrorData = object { fields, kind, message, 2 more }
kind: "validation"
General error category
Useful to match against for clients that require custom logic depending on the type of error encountered
ErrorData = object { kind, message, scope }
ErrorData = object { kind, message, scope }
ValidationErrorData = object { fields, kind, message, 2 more }
ValidationErrorData = object { fields, kind, message, 2 more }
kind: "validation"
General error category
Useful to match against for clients that require custom logic depending on the type of error encountered