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
curl -L -X GET '/v1/chains/:chainID/core/errors/:contractHname/message/:errorID' \
-H 'Accept: application/json'
Request Collapse all
Base URL
Parameters
— pathrequired
— pathrequired
— pathrequired
— query
ResponseClear

Click the Send API Request button above and see the response here!