SEP38NotFound class

Exception for HTTP 404 Not Found responses.

Thrown when a requested quote ID does not exist.

Common causes:

  • Quote ID does not exist
  • Quote has expired and been deleted
  • Quote belongs to different user

Resolution:

  • Verify quote ID is correct
  • Create new quote if previous one expired
  • Ensure using quote ID from same authenticated session
Inheritance

Constructors

SEP38NotFound(String error)
Creates a SEP38NotFound from error message.

Properties

error String
Error message from the anchor.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited