Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
NodeSubmitError.type
Members list
Type members
Classlikes
Script execution failures
Script execution failures
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait NodeSubmitErrortrait SubmitErrorclass Objecttrait Matchableclass AnyShow all
Transaction expired - validity window passed (maps to OutsideValidityInterval)
Transaction expired - validity window passed (maps to OutsideValidityInterval)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait NodeSubmitErrortrait SubmitErrorclass Objecttrait Matchableclass AnyShow all
UTXO inputs not available - already spent or never existed.
UTXO inputs not available - already spent or never existed.
This is the key error for handling race conditions where UTxOs become unavailable between collection and submission. Maps to Cardano ledger BadInputsUTxO errors.
Value parameters
- message
-
the original error message
- unavailableInputs
-
best-effort set of unavailable inputs (may be empty if parsing failed)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait NodeSubmitErrortrait SubmitErrorclass Objecttrait Matchableclass AnyShow all
Other node validation errors (catch-all for unrecognized validation errors)
Other node validation errors (catch-all for unrecognized validation errors)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait NodeSubmitErrortrait SubmitErrorclass Objecttrait Matchableclass AnyShow all
Value/balance errors - input/output value mismatch (maps to ValueNotConserved)
Value/balance errors - input/output value mismatch (maps to ValueNotConserved)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait NodeSubmitErrortrait SubmitErrorclass Objecttrait Matchableclass AnyShow all
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