Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 13
Next »
HTTP status code | Message | Comments |
---|
400 | The application with the specified key could not be found |
|
400 | Unknown error | This error message is returned when |
400 | Input not valid: Transaction can not be empty | This error message is returned when the parameter 'transaction' is missing in ManagedUserTransactionRequest. |
400 | Invalid role ID format | The parameters 'corporateId' or 'applicationAccessId' or 'privateId' in User are not in the correct format. |
400 | Input not valid: Participant can not be null. | This error message is returned when the user parameter is not mentioned in ManagedUserTransactionRequest. |
400 | Input not valid: Participant can not be of unknown type: null | This error message is returned when - The participant is empty.
- The parameter 'type' is missing from User (participant).
|
400 | Input not valid: Participant corporateId can not be null for corporate or server user. |
|
400 | Input not valid: Participant applicationAccessId can not be null for private or corporate user. |
|
400 | Input not valid: Participant privateId can not be null for private or corporate user. |
|
400 | Managed identity was not found | The parameters 'corporateId' or 'applicationAccessId' or 'privateId' in User is incorrect. |
500 | An unexpected error occurred: Type definition error: [...] An unexpected error occurred: JSON parse error: [...] | These error messages are returned if one or more parameters are of the wrong type. |