\Simplify_FieldError

Represents a single error in a field of a request sent to the API.

Summary

Methods
Properties
Constants
getFieldName()
getErrorCode()
getMessage()
__toString()
No public properties found
No constants found
No protected methods found
$field
$code
$message
N/A
No private methods found
No private properties found
N/A

Properties

$field

$field

$code

$code

$message

$message

Methods

getFieldName()

getFieldName() : string

Returns the name of the field with the error.

Returns

string —

the field name.

getErrorCode()

getErrorCode() : string

Returns the code for the error.

Returns

string —

the error code.

getMessage()

getMessage() : string

Returns a description of the error.

Returns

string —

description of the error.

__toString()

__toString()