Stone.js API
Docs
Home
Preparing search index...
stone-js-resources/src/errors/ResourceContractError
ContractIssue
Interface ContractIssue
One reason the data did not match the contract.
interface
ContractIssue
{
message
:
string
;
path
:
(
string
|
number
)
[]
;
}
Index
Properties
message
path
Properties
message
message
:
string
path
path
:
(
string
|
number
)
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
message
path
Docs
Home
Stone.js API
Loading...
One reason the data did not match the contract.