This exception is thrown by the commitUpdate() method in the Inx_Api_BusinessObject class to indicate that the update failed.
This exception is thrown by the commitUpdate() method in the Inx_Api_BusinessObject class to indicate that the update failed. There are several error types associated with this exception:
Located in /Api/UpdateException.php (line 21)
Exception | --Inx_Api_UpdateException
The error source of this exception.
The error source of this exception.
The error type of this exception.
The error type of this exception.
Inherited from Exception (Internal Class)
$code
$file
$line
$message
$previous
$string
$trace
Creates a new Inx_Api_UpdateException with the given error type, error source and detail message.
Creates a new Inx_Api_UpdateException with the given error type, error source and detail message.
Returns the error source. or a more specific constant of a related Inx_Api_BusinessObject.
Returns the error source. The error source can be Inx_ApiUpdateException::ERROR_SOURCE_NOT_SPECIFIED or a more specific constant of a related Inx_Api_BusinessObject. e.g. Inx_Api_List_ListContext::ATTRIBUTE_NAME if the list name is illegal or already exists.
Inherited From Exception (Internal Class)
constructor __construct ( [$message = ], [$code = ], [$previous = ] )
getCode ( )
getFile ( )
getLine ( )
getMessage ( )
getPrevious ( )
getTrace ( )
getTraceAsString ( )
__clone ( )
__toString ( )
Indicates that no error source was specified.
Indicates that no error source was specified.
Error type indicating that a duplicate key was committed.
Error type indicating that a duplicate key was committed.
Error type indicating that an illegal operation was triggered.
Error type indicating that an illegal operation was triggered.
Error type indicating that an illegal value was committed.
Error type indicating that an illegal value was committed.
Error type indicating that a persistence error has occurred.
Error type indicating that a persistence error has occurred.
Documentation generated on Thu, 17 Sep 2015 14:27:34 +0200 by phpDocumentor 1.3.2