InvalidCharacter

class InvalidCharacter(character: Char, position: Int) : AddressFormatException

This exception is thrown by Bech32 when you try to decode data and a character isn't valid. You shouldn't allow the user to proceed in this case.

Constructors

Link copied to clipboard
constructor(character: Char, position: Int)

Properties

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