package
0.0.0-20181003211919-798156fdb816
Repository: https://github.com/digitalbitsorg/go.git
Documentation: pkg.go.dev
# Functions
ForOperationResult returns the strong represtation used by frontier for the error code `opr`.
String returns the appropriate string representation of the provided result code.
# Constants
OpLineFull occurs when a payment would cause a destination account to exceed their declared trust limit for the asset being sent.
OpLowReserve is the string code used to specify the operation failed because the account in question does not have enough balance to satisfy what their new minimum balance would be.
OpMalformed is the string code used to specify the operation was malformed in some way.
OpNoIssuer occurs when a operation does not correctly specify an issuing asset.
OpSuccess is the string code used to specify the operation was successful.
OpUnderfunded is the string code used to specify the operation failed due to a lack of funds.
# Variables
ErrUnknownCode is returned when an unexepcted value is provided to `String`.