Result
in
Table of Contents
- code() : int
- Code for user land to act upon.
- description() : string
- Short description of the result, human readable.
- isInvalid() : bool
- Is validation result invalid? Usually the inverse of isValid()
- isValid() : bool
- Is validation result valid?
Methods
code()
Code for user land to act upon.
public
code() : int
Return values
int —description()
Short description of the result, human readable.
public
description() : string
Return values
string —isInvalid()
Is validation result invalid? Usually the inverse of isValid()
public
isInvalid() : bool
Return values
bool —isValid()
Is validation result valid?
public
isValid() : bool