@strule/core - v0.0.1
Preparing search index...
ValidationIssue
Interface ValidationIssue
A problem found while validating a Strule value or predicate.
interface
ValidationIssue
{
code
:
ValidationIssueCode
;
expected
:
string
;
message
:
string
;
path
:
readonly
number
[]
;
received
:
unknown
;
}
Index
Properties
code
expected
message
path
received
Properties
Readonly
code
code
:
ValidationIssueCode
Readonly
expected
expected
:
string
Readonly
message
message
:
string
Readonly
path
path
:
readonly
number
[]
Readonly
received
received
:
unknown
Settings
Theme
OS
Light
Dark
On This Page
Properties
code
expected
message
path
received
@strule/core - v0.0.1
Loading...
A problem found while validating a Strule value or predicate.