Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SubmitError.type
Members list
Type members
Types
Deprecated types
Attributes
- Deprecated
-
[Since version 0.14.2]Use ConnectionError insteadUse ConnectionError instead
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Create a SubmitError from a TransactionException.
Create a SubmitError from a TransactionException.
This is used by the Emulator to map internal validation exceptions to SubmitError.
Attributes
Create a SubmitError from an HTTP status code and message.
Create a SubmitError from an HTTP status code and message.
This is used by HTTP-based providers like Blockfrost to classify errors based on status codes and error message patterns.
Attributes
Parse a validation error message to classify it into a specific SubmitError type.
Parse a validation error message to classify it into a specific SubmitError type.
This attempts to match known Cardano ledger error patterns.
Attributes
Concrete fields
Deprecated fields
Attributes
- Deprecated
-
[Since version 0.14.2]Use ConnectionError instead