Thrown when an unexpected error occurs during a Salt ceremony (e.g. the
transaction signing or message signing ceremony). Known, typed errors
(e.g. ApiError, ValidationError) are re-thrown as-is; this
class is only used when the failure has no more specific type.
Thrown when an unexpected error occurs during a Salt ceremony (e.g. the transaction signing or message signing ceremony). Known, typed errors (e.g. ApiError, ValidationError) are re-thrown as-is; this class is only used when the failure has no more specific type.
Example: Handling ceremony failures