Skip to main content
Version: 1.12.6.x LTS

Error codes

Setup resource

Setup resource

/setups

Service NameHTTP CodeError CodeError TextDescription
GETnone
POST400MALFORMED_PAYLOADInvalid JSONIncorrect JSON formatted body
400MALFORMED_PAYLOADMissing attributeMissing required attribute
400MALFORMED_PAYLOADInvalid validFrom attributevalidFrom set to a date in the past
400MALFORMED_PAYLOADData too long for column <field name>The length is over the maximum.

/setups/{setupId}

Service NameHTTP CodeError CodeError TextDescription
GET404SETUP_NOT_FOUNDNo current setup availableNon-existing or no currently valid setup id
DELETE404SETUP_NOT_FOUNDNo such setup availableNon-existing setup id
PUT400MALFORMED_PAYLOADInvalid JSONIncorrect JSON formatted body
400MALFORMED_PAYLOADMissing attributeMissing required attribute
400MALFORMED_PAYLOADInvalid validFrom attributeEntry with the same validFrom date already exists or validFrom set to a date in the past
404SETUP_NOT_FOUNDNo such setup availableNon-existing setup id
400MALFORMED_PAYLOADData too long for column <field name>The length is over the maximum.

/setups/{setupId}/snapshots

Service NameHTTP CodeError CodeError TextDescription
GET404SETUP_NOT_FOUNDNo such setup availableNon-existing or no currently valid setup id
?validAt400MALFORMED_QUERY_PARAMETERInvalid date formatInvalid date format

/setups/{setupId}/snapshots/{snapshotId}

Service NameHTTP CodeError CodeError TextDescription
GET404SETUP_NOT_FOUNDNo such setup availableNon-existing or no currently valid setup id
404SNAPSHOT_NOT_FOUNDNo such snapshot availableNon-existing snapshot id
DELETE403INVALID_SNAPSHOTPast snapshots cannot be deletedIf the valid from date of the snap shot is not in the future
403DELETE_FORBIDDENCannot delete last remaining snapshotIf the last snapshot is to be deleted
404SETUP_NOT_FOUNDNo such setup availableNon-existing or no currently valid setup id
404SNAPSHOT_NOT_FOUNDNo such snapshot availableNon-existing snapshot id

Client resource

/setups/{setupId}/clients

Service NameHTTP CodeError CodeError TextDescription
GET404SETUP_NOT_FOUNDNo such setup availableNon-existing setup id
POST400MALFORMED_PAYLOADInvalid JSONIncorrect JSON formatted body
400MALFORMED_PAYLOADMissing attributeMissing required attribute
400MALFORMED_PAYLOADClient credentials must not be publicGrant 'client credentials' cannot be used with confidentiality 'public'.
400MALFORMED_PAYLOADInvalid validFrom attributevalidFrom set to a past date
400MALFORMED_PAYLOADInvalid client identifierThe submitted client identifier is either not unique within the setup or contains invalid characters.
400MALFORMED_PAYLOADInvalid client secretThe submitted client secret contains invalid characters.
400MALFORMED_PAYLOADInvalid scopeNon-existing scope name.
400MALFORMED_PAYLOADInvalid response type for implicit grantThe response type for the implicit grant must be "token" and "id_token".
400MALFORMED_PAYLOADInvalid response type for authorization code grantThe response type for the authorization code grant must be "token" and "id_token".
400MALFORMED_PAYLOADData too long for the column <field name>The length is over the maximum.

Clients resource error codes

/setups/{setupId}/clients/{clientId}

Service NameHTTP CodeError CodeError TextDescription
GET404SETUP_NOT_FOUNDNo such setup availableNon-existing or no currently valid setup id
404CLIENT_NOT_FOUNDNo current client availableNon-existing or no currently valid client id
DELETE404SETUP_NOT_FOUNDNo such setup availableNon-existing setup id
404CLIENT_NOT_FOUNDNo such client availableNon-existing client id
PUT400MALFORMED_PAYLOADInvalid JSONIncorrect JSON formatted body
400MALFORMED_PAYLOADMissing attributeMissing required attribute
400MALFORMED_PAYLOADInvalid validFrom attributeEntry with the same validFrom date already exists or validFrom set to a date in the past
400MALFORMED_PAYLOADClient credentials must not be publicGrant 'client credentials' cannot be used with confidentiality 'public'.
400MALFORMED_PAYLOADClient ID does not match values in databaseThe submitted client ID (Oauth2) does not match the values currently stored in nevisMeta.
400MALFORMED_PAYLOADInvalid client secretThe client secret contains not allowed characters.
404SETUP_NOT_FOUNDNo such setup availableNon-existing or no currently valid setup id
404CLIENT_NOT_FOUNDNo such client availableNon-existing or no currently valid client id
400MALFORMED_PAYLOADData too long for the column <field name>The length is over the maximum.

Client resource error codes

/setups/{setupId}/clients/{clientId}/snapshots

Service NameHTTP CodeError CodeError TextDescription
GET404SETUP_NOT_FOUNDNo such setup availableNon-existing or no currently valid setup id
404CLIENT_NOT_FOUNDNo such client availableNon-existing or no currently valid client id
?validAt400MALFORMED_QUERY_PARAMETERInvalid date formatInvalid date format

/setups/{setupId}/clients/{clientId}/snapshots/{snapshotId}

Service NameHTTP CodeError CodeError TextDescription
GET404SETUP_NOT_FOUNDNo such setup availableNon-existing setup id
404CLIENT_NOT_FOUNDNo such client availableNon-existing or no currently valid client id
404SNAPSHOT_NOT_FOUNDNo such snapshot availableNon-existing snapshot id
DELETE403INVALID_SNAPSHOTPast snapshots cannot be deletedIf the valid from date of the snap shot is not in the future
403DELETE_FORBIDDENCannot delete last remaining snapshotIf the last snapshot is to be deleted
404SETUP_NOT_FOUNDNo such setup availableNon-existing or no currently valid setup id
404CLIENT_NOT_FOUNDNo such client availableNon-existing or no currently valid client id
404SNAPSHOT_NOT_FOUNDNo such snapshot availableNon-existing snapshot id

Client ID translator resource

/setups/{setupId}/client-id-translator?oAuthClientId={oAuthClientId}

Service NameHTTP CodeError CodeError TextDescription
GET404CLIENT_NOT_FOUNDClient not foundThere is no client in a given setup whose OAuth Client ID matches with the provided client ID.

Resource server resource

/setups/{setupId}/resource-servers

Service NameHTTP CodeError CodeError TextDescription
GET404SETUP_NOT_FOUNDNo such setup availableNon-existing setup ID.
POST400MALFORMED_PAYLOADInvalid JSONIncorrect JSON formatted body.
400MALFORMED_PAYLOADMissing attributeMissing required attribute.
400MALFORMED_PAYLOADInvalid validFrom attributevalidFrom set to a date in the past.
400MALFORMED_PAYLOADData too long for the column <field name>The length is over the maximum.

/setups/{setupId}/resource-servers/{resourceServerId}

Service NameHTTP CodeError CodeError TextDescription
GET404SETUP_NOT_FOUNDNo such setup availableNon-existing or no currently valid setup id
404RESOURCE_SERVER_NOT_FOUNDNo current resource server availableNon-existing or no currently valid resource server id
DELETE404SETUP_NOT_FOUNDNo such setup availableNon-existing setup id
404RESOURCE_SERVER_NOT_FOUNDNo such resource server availableNon-existing resource server id
PUT400MALFORMED_PAYLOADInvalid JSONIncorrect JSON formatted body
400MALFORMED_PAYLOADMissing attributeMissing required attribute
400MALFORMED_PAYLOADInvalid validFrom attributeEntry with the same validFrom date already exists or validFrom set to a date in the past
404SETUP_NOT_FOUNDNo such setup availableNon-existing or no currently valid setup id
404RESOURCE_SERVER_NOT_FOUNDNo such resource server availableNon-existing or no currently valid resource server id
400MALFORMED_PAYLOADData too long for the column <field name>The length is over the maximum.

setups/{setupId}/resource-servers/{resourceServerId}/snapshots

Service NameHTTP CodeError CodeError TextDescription
GET404SETUP_NOT_FOUNDNo such setup availableNon-existing or no currently valid setup id
404RESOURCE_SERVER_NOT_FOUNDNo such resource server availableNon-existing or no currently valid resource server id
?validAt400MALFORMED_QUERY_PARAMETERInvalid date formatInvalid date format

/setups/{setupId}/resource-servers/{resourceServerId}/snapshots/{snapshotId}

Service NameHTTP CodeError CodeError TextDescription
GET404SETUP_NOT_FOUNDNo such setup availableNon-existing setup id
404RESOURCE_SERVER_NOT_FOUNDNo such resource server availableNon-existing or no currently valid resource server id
404SNAPSHOT_NOT_FOUNDNo such snapshot availableNon-existing snapshot id
DELETE403INVALID_SNAPSHOTPast snapshots cannot be deletedIf the valid from date of the snapshot is not in the future
403DELETE_FORBIDDENCannot delete last remaining snapshotIf the last snapshot is to be deleted
404SETUP_NOT_FOUNDNo such setup availableNon-existing or no currently valid setup id
404RESOURCE_SERVER_NOT_FOUNDNo such resource server availableNon-existing or no currently valid resource server id
404SNAPSHOT_NOT_FOUNDNo such snapshot availableNon-existing snapshot id