Skip to main content

Get the error message format of a specific error id

GET 

/v1/chains/:chainID/core/errors/:contractHname/message/:errorID

Get the error message format of a specific error id

Request

Path Parameters

    chainID stringrequired

    ChainID (Bech32)

    contractHname stringrequired

    Contract (Hname as Hex)

    errorID int32required

    Possible values: >= 1

    Error Id (uint16)

Query Parameters

    block string

    Block index or trie root

Responses

The error message format

Schema
    messageFormat stringrequired
Loading...