[][src]Module in3_sys::in3_ret_t

Constants

IN3_OK

< Success

IN3_EUNKNOWN

< Unknown error - usually accompanied with specific error msg

IN3_ENOMEM

< No memory

IN3_ENOTSUP

< Not supported

IN3_EINVAL

< Invalid value

IN3_EFIND

< Not found

IN3_ECONFIG

< Invalid config

IN3_ELIMIT

< Limit reached

IN3_EVERS

< Version mismatch

IN3_EINVALDT

< Data invalid, eg. invalid/incomplete JSON

IN3_EPASS

< Wrong password

IN3_ERPC

< RPC error (i.e. in3_ctx_t::error set)

IN3_ERPCNRES

< RPC no response

IN3_EUSNURL

< USN URL parse error

IN3_ETRANS

< Transport error

IN3_ERANGE

< Not in range

IN3_WAITING

< the process can not be finished since we are waiting for responses

IN3_EIGNORE

< Ignorable error

IN3_EPAYMENT_REQUIRED

< payment required

IN3_ENODEVICE

< harware wallet device not connected

Type Definitions

Type

ERROR types used as return values.