Skip to main content

GloAppClientExistsError

Error that occurs when attempting to create a new GloApp with an *OAuth client* that is already associated with another GloApp.

type GloAppClientExistsError implements Error {
message: String!
}

Fields

GloAppClientExistsError.message ● String! non-null scalar

Interfaces

Error interface