GenericChallengeValidationException

Generic challenge validation exception for errors that don't fit specific validation categories.

This exception is used for validation failures that don't have a specific exception class, such as:

  • Invalid XDR parsing

  • Missing operations

  • Other structural issues with the challenge transaction

For specific validation failures, use the specialized exception classes:

  • InvalidSequenceNumberException

  • InvalidMemoTypeException

  • InvalidOperationTypeException

  • etc.

Parameters

message

Description of the validation failure

Constructors

Link copied to clipboard
constructor(message: String)

Properties

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