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
-
- Object
- SEP38ResponseException
- SEP38NotFound
Constructors
- SEP38NotFound(String error)
- Creates a SEP38NotFound from error message.
Properties
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