Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name Type

Return type

Description

`isValid`

boolean

`true` if all rules are fulfilled

`rulesStatuses`

RuleFulfillmentStatus[]

statuses of all rules

for RuleFulfillmentStatus

 

 


`id`

string

rule id

`isFulfilled`

boolean

`true` if the rule is fulfilled

`error`

object

available if isFulfilled is false

`id`

string

error id

`description`

string

error description

...