ENUM

CreateOrganizationJWTErrorCode

CreateOrganizationJWTErrorCode defines a client error that occurred while creating Organization JWT.

link GraphQL Schema definition

1enum CreateOrganizationJWTErrorCode {
2
3# User does not have permission to create the JWT for this operation and company.
4PERMISSION_DENIED
5
6# The operation passed in was invalid.
7INVALID_ARGUMENT
8}