blend4php
v0.1
A PHP API for interacting with Galaxy
|
Public Member Functions | |
__construct () | |
getError () | |
getErrorMessage () | |
getErrorType () | |
setError ($type, $message) | |
GalaxyError::__construct | ( | ) |
Constructor.
GalaxyError::getError | ( | ) |
Retrieves the most recent error.
The error message uses the key 'message' and the type uses the key 'type'. The following is a list of error types and their meaning:
GalaxyError::getErrorMessage | ( | ) |
Retrieves the most recent error message.
GalaxyError::getErrorType | ( | ) |
Retrieves the most recent error type.
The following is a list of error types and their meaning:
GalaxyError::setError | ( | $type, | |
$message | |||
) |
Set's the error type and message.
The following is a list of error types and their meaning:
$type | The type of error. |
$message | The error message. |