ErrLookup › hpyhacking/peatio
hpyhacking/peatio
An open-source assets exchange. · Ruby · 428 source files
Analyzed at dab8641137 on 2026-08-23. 49 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| 'invocables' must be an object | exception | error | |
| Cyclic dependency: {} | exception | error | |
| 'locals' must be an object | exception | error | |
| 'parent' must be a promise returned by $resolve.resolve() | exception | error | |
| Invalid parameter name '{}' in pattern '{}' | exception | error | |
| Duplicate parameter name '{}' in pattern '{}' | exception | error | |
| Unbalanced capture group in route '{}' | exception | error | |
| Injectable functions cannot be called at configuration time | exception | error | |
| A type named '{}' has already been defined. | exception | error | |
| 'rule' must be a function | exception | error | |
| invalid 'handler' in when() | exception | error | |
| when() RegExp must not be global or sticky | exception | error | |
| invalid 'what' in when() | exception | error | |
| Invalid url '{}' in state '{}' | exception | error | |
| Missing required parameter '{}' in state '{}' | exception | error | |
| No reference point given for path '{}' | exception | error | |
| Path '{}' not valid for state '{}' | exception | error | |
| State must have a valid name | exception | error | |
| State '{}'' is already defined | exception | error | |
| No such state '{}' | exception | error | |
| Could not resolve '{}' from state '{}' | exception | error | |
| Cannot transition to abstract state '{}' | exception | error | |
| Invalid state ref '{}' | exception | error | |
| Arg not supported with multiple helpers | exception | error | |
| Missing helper: '{}' | exception | error | |
| {} doesn't match {} | exception | error | |
| Invalid path: {} | exception | error | |
| You specified knownHelpersOnly, but used the unknown helper | exception | error | |
| Scoped data references are not supported: {} | exception | error | |
| You must pass a string or Handlebars AST to Handlebars.preco | exception | error | |
| You must pass a string or Handlebars AST to Handlebars.compi | exception | error | |
| The partial {} could not be found | exception | error | |
| The partial {} could not be compiled when running in runtime | exception | error | |
| Attempt to set data attribute of a content object when the b | exception | error | |
| Attempt to set body attribute of a content object when the d | exception | error | |
2008 The access key #{access_key} does not exist. | exception | error | |
2009 The access key #{access_key} is disabled. | exception | error | |
2010 The access key #{access_key} has expired. | exception | error | |
2011 Requested API is out of access key scopes. | exception | error | |
2005 Signature #{signature} is incorrect. | exception | error | ruby, grape, hmac, api-auth, signature, exchange |
2006 The tonce #{tonce} has already been used by access key #{access_key}. | exception | error | ruby, api-auth, tonce, nonce, replay-protection, cache |
2007 The tonce #{tonce} is invalid, current timestamp is #{now}. | exception | error | ruby, api-auth, tonce, clock-skew, timestamp |
2012 Deposit##txid=#{txid} doesn't exist. | exception | error | ruby, api, deposits, not-found, exchange |
2001 Authorization failed | exception | error | ruby, grape, api-auth, authorization, middleware |
2002 Failed to create order. Reason: #{e} | exception | error | ruby, trading, orders, exchange, rescue-all |
2004 Order##{id} doesn't exist. | exception | error | peatio, apiv2, order-not-found, http-404, grape |
2003 Failed to cancel order. Reason: #{e} | exception | error | peatio, apiv2, cancel-order, amqp, rabbitmq, record-not-found |
1001 must be in range: #{@range} | validation | warning | peatio, grape, validation, query-params, pagination |
2002 Market is not deep enough | exception | error | peatio, market-order, liquidity, order-book, insufficient-depth |