The comparison-operator to use for comparing the left-hand-side
expression lhs
against the right-hand side expression rhs
. It
may be one of:
<
: Condition is true if lhs
is less than rhs
.<=
: Condition is true if lhs
is less-than-or-equal to rhs
.=
: Condition is true if lhs
is equal to rhs
.!=
: Condition is true if lhs
differs from rhs
.>=
: Condition is true if lhs
is greater-than-or-equal to rhs
.>
: Condition is true if lhs
is greater than rhs
.The comparison-operator to use for comparing the left-hand-side
expression lhs
against the right-hand side expression rhs
. It
may be one of:
<
: Condition is true if lhs
is less than rhs
.<=
: Condition is true if lhs
is less-than-or-equal to rhs
.=
: Condition is true if lhs
is equal to rhs
.!=
: Condition is true if lhs
differs from rhs
.>=
: Condition is true if lhs
is greater-than-or-equal to rhs
.>
: Condition is true if lhs
is greater than rhs
.Normal response.
Unauthorized response.
"<"
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}
The comparison-operator to use for comparing the left-hand-side
expression lhs
against the right-hand side expression rhs
. It
may be one of:
<
: Condition is true if lhs
is less than rhs
.<=
: Condition is true if lhs
is less-than-or-equal to rhs
.=
: Condition is true if lhs
is equal to rhs
.!=
: Condition is true if lhs
differs from rhs
.>=
: Condition is true if lhs
is greater-than-or-equal to rhs
.>
: Condition is true if lhs
is greater than rhs
.Normal response.
Unauthorized response.
"<"
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}
Reset to <
.
Normal response.
Unauthorized response.
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}