GloRemoveAppGrantTypeError
No description
union GloRemoveAppGrantTypeError = GloAppNotFoundError | GloAppDeletedError | GloAppGrantTypeNotUpdatedError
Possible types
GloRemoveAppGrantTypeError.GloAppNotFoundError object
Error that occurs when a GloApp is not found.
GloRemoveAppGrantTypeError.GloAppDeletedError object
Error that occurs when attempting to update a deleted GloApp.
GloRemoveAppGrantTypeError.GloAppGrantTypeNotUpdatedError object
Error that occurs when updating the grant type for a GloApp is unsuccessful.