XrpcError
open class XrpcError(val errorName: String, val errorMessage: String?, val status: Int) : RuntimeException
Base type for all errors surfaced by XrpcClient. Generated XRPC bindings extend this with typed subclasses for each declared error name; unknown error names fall through to Unknown.