Errors
If for any reason the PKSA fails to process the transaction request, it can inform the HAS with the following message:
sign_err
{
cmd: "sign_err",
uuid: string,
error: string
pok: string
}uuid: the transaction request identifiererror: an error message encrypted with theauth_keypok: theuuidencrypted using the account private key and the HAS server public key (see Proof of Key)
Last updated