AttributeUpdateResponseCode
Enum
Standard GraphQL error code. See MUST report standardized error codes for commonly encountered errors [229].
Values
OK
UNAUTHENTICATED
Insufficient authentication credentials. Equivalent to HTTP 401 Unauthorized.
FORBIDDEN
Valid credentials but insufficient permissions. Equivalent to HTTP 403 Forbidden.
BAD_USER_INPUT
Invalid input parameter. Applies to validation beyond standard GraphQL type/null checking.
INTERNAL_SERVER_ERROR
Unexpected server failure. Generic error for unhandled failures.
PARTIAL_SUCCESS
Partial success due to some failures.
QUERY_TOO_COMPLEX
Query exceeded complexity limit.
Example
"OK"