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 18
Next »
You can let the CDI server create and sign the transaction with specified participants and attachments. This way, the application server account is the actual creator of the transaction.
Error messages
HTTP status code | Message | Comments |
---|
400 | The application with the specified key could not be found |
|
400 | Input not valid: Participant privateId 'XXXX' is not in the correct format. | Where 'XXXX' is the value for the 'privateId' parameter submitted in the request . |
400 | Input not valid: Participant corporateId 'XXXX' is not in the correct format. | Where 'XXXX' is the value for the 'corporateId' parameter submitted in the request . |
400 | Input not valid: Participant corporateId can not be null for corporate or server user. |
|
400 | Invalid role ID format | This error message is returned if the parameter 'privateId' or 'corporateId' is not in the correct format. |
400 | Input not valid: Participant privateId can not be set for server user. |
|
400 | Input not valid: Participant corporateId can not be set for private user. |
|
400 | Input not valid: Participant corporateId can not be null for corporate or server user. |
|
400 | Input not valid: Participant can not be of unknown type: null | This error message is returned if the parameter "type" is missing from /wiki/spaces/LPDA510/pages/1804027 |
400 | Input not valid: Participant privateId can not be null for private or corporate user. |
|
400 | Input not valid: Attachment fileName can not be empty |
|
400 | Input not valid: Attachment content can not be empty |
|
400 | Input not valid: Participant can not be of unknown type: null |
|
400 | Input not valid: Participant list can not be empty |
|
400 | Input not valid: Service package can not be empty |
|
400 | Unable to create transaction | This error message is returned if a deactivated user is included as a participant in the transaction. |
500 | An unexpected error occurred: null | This error message is returned if |
500 | - An unexpected error occurred: Type definition error[...]
- An unexpected error occurred: JSON parse error[...]
| These errors are returned if one or more parameters are of the wrong type. |