AppError Object
No description
type AppError {
field: String
message: String
code: AppErrorCode!
permissions: [PermissionEnum!]
}
Fields
field ● String
Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.
message ● String
The error message.
code ● AppErrorCode!
The error code.
permissions ● [PermissionEnum!]
List of permissions which causes the error.
Member Of
AppActivate object ● AppCreate object ● AppDeactivate object ● AppDelete object ● AppDeleteFailedInstallation object ● AppFetchManifest object ● AppInstall object ● AppReenableSyncWebhooks object ● AppRetryInstall object ● AppTokenCreate object ● AppTokenDelete object ● AppTokenVerify object ● AppUpdate object