Skip to main content

TenantError

No description

type TenantError {
field: String
message: String!
code: TenantErrorCode!
}

Fields

TenantError.field ● String scalar

Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.

TenantError.message ● String! non-null scalar

The error message.

TenantError.code ● TenantErrorCode! non-null enum

The error code.

Member Of

TenantOnboardingUpdate object ● TenantUpdate object

Was this page helpful?