Create Account Result Codes
These are result codes that communicate success (200) or failure (400) specific to the Create Account
operation, which often fails because the new account does not meet the minimum reserve.
Learn more about the Create Account
operation.
RESULT CODESTELLAR PROTOCOL CODE
DESCRIPTION
OpSuccessCREATE_ACCOUNT_SUCCESS
The inner object result is valid, the operation was a success, and an acount was created.
OpMalformedCREATE_ACCOUNT_MALFORMED
The destination was invalid.
OpUnderfundedCREATE_ACCOUNT_UNDERFUNDED
The source account performing the command does not have enough funds to give the destination account the necessary mininum reserve and still maintain its own minimum reserve.
OpLowReserveCREATE_ACCOUNT_LOW_RESERVE
The operation would create an account below the minimum reserve.
OpAlreadyExistsCREATE_ACCOUNT_ALREADY_EXIST
The destination account already exists.