mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-05 01:36:51 +00:00
style: Add typos pre-commit hook (#2041)
This commit is contained in:
@@ -97,8 +97,8 @@ getErrorInfo(ClioError code)
|
||||
.message = "Method is not specified or is not a string."},
|
||||
{.code = ClioError::RpcCommandNotString, .error = "commandNotString", .message = "Method is not a string."},
|
||||
{.code = ClioError::RpcCommandIsEmpty, .error = "emptyCommand", .message = "Method is an empty string."},
|
||||
{.code = ClioError::RpcParamsUnparseable,
|
||||
.error = "paramsUnparseable",
|
||||
{.code = ClioError::RpcParamsUnparsable,
|
||||
.error = "paramsUnparsable",
|
||||
.message = "Params must be an array holding exactly one object."},
|
||||
// etl related errors
|
||||
{.code = ClioError::EtlConnectionError, .error = "connectionError", .message = "Couldn't connect to rippled."},
|
||||
|
||||
Reference in New Issue
Block a user