Error messages
Expand |
---|
|
HTTP status code | Message | Comments |
---|
400 | The application with the specified key could not be found |
| 404 | An error has occurred | This error message is returned when - the same transaction is being signed more than once.
- the parameter 'transaction' in TransactionRequest is incorrect or missing.
|
|
Steps
- Submit a request in accordance with the details in Sign transaction for the application.
- The platform retrieves the details of the requesting application and the server account
- The platform retrieves the details of the organisation to which application belongs.
- The platform unlocks the transaction required to sign.
- The platform signs the transaction.
- The platform updates the archived transaction with the signed details.
- The platform returns the ParticipantStatusResponse with the ParticipantStatus.
Error messages
Expand |
---|
title | HTTP status code | Message | Comments |
---|
400 | The application with the specified key could not be found | 404 | An error has occurred | This error message is returned when - the same transaction is being signed more than once.
- the parameter 'transaction' in TransactionRequest is incorrect or missing.
|