SorobanContractParserError
public enum SorobanContractParserError : Error, Sendable
Thrown if the SorobanContractParser failed parsing the given byte code.
-
The provided byte code is invalid or corrupted.
Declaration
Swift
case invalidByteCode -
The contract environment metadata section could not be found in the byte code.
Declaration
Swift
case environmentMetaNotFound -
The contract specification entries section could not be found in the byte code.
Declaration
Swift
case specEntriesNotFound
View on GitHub
Install in Dash