ParseException

open class ParseException(input: String, message: String, position: Int) : SdkBaseException

Base parsing exception

Parameters

input

The input being parsed

message

Additional contextual message around what the failure was

position

The position where the parse failure happened

Constructors

Link copied to clipboard
constructor(input: String, message: String, position: Int)

Inherited properties

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

Additional metadata about the error