RoutexClientError

Client-side cryptographic or decoding failures that are independent of the YAXI service's typed error responses (which surface as RoutexError). These are incident-grade; report them with the most recent traceId.

Inheritors

Types

Link copied to clipboard
class MalformedResponse(message: String, cause: Throwable? = null) : RoutexClientError

Response decoded but did not match the expected shape; treat as a bug report.

Link copied to clipboard
class SealingFailed(message: String, cause: Throwable? = null) : RoutexClientError

Sealing a request payload with the established session key failed.

Link copied to clipboard
class UnsealingFailed(message: String, cause: Throwable? = null) : RoutexClientError

Unsealing a server response with the established session key failed.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?