Types

Link copied to clipboard

Represents an error that occurs when decoding a message and a message attachment is found without an "id".

Link copied to clipboard

Error class representing a message that has no recipient set. To send a message, please set the "to" field.

Link copied to clipboard

Represents an error that occurs when a message does not have a sender set.

Link copied to clipboard
class NoValidServiceFoundError constructor(did: String? = null) : MercuryError

An error class that indicates that no valid service is found for a given DID.

Link copied to clipboard

Represents an error that occurs when an unknown AttachmentData type is found while decoding a message.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val code: Int?
Link copied to clipboard
open override val errorDescription: String?
Link copied to clipboard
open val message: String?
Link copied to clipboard
open override val underlyingErrors: Array<Error>?