xxxxxxxxxx
use \WsdlToPhp\PackageBase\AbstractStructEnumBase;
/**
* This class stands for errorCode Enums
* @subpackage Enumerations
*/
class ErrorCode extends AbstractStructEnumBase
{
/**
* Constant for value 'NO_ERRORS'
* @return string 'NO_ERRORS'
*/
const VALUE_NO_ERRORS = 'NO_ERRORS';
/**
* Constant for value 'EXCEPTION'
* @return string 'EXCEPTION'
*/
const VALUE_EXCEPTION = 'EXCEPTION';
/**
* Constant for value 'CREDENTIALS'
* @return string 'CREDENTIALS'
*/
const VALUE_CREDENTIALS = 'CREDENTIALS';
/**
* Return allowed values
* @uses self::VALUE_NO_ERRORS
* @uses self::VALUE_EXCEPTION
* @uses self::VALUE_CREDENTIALS
* @return string[]
*/
public static function getValidValues()
{
return array(
self::VALUE_NO_ERRORS,
self::VALUE_EXCEPTION,
self::VALUE_CREDENTIALS,
);
}
}
Don't be shy, don't hesitate to contact us for any subject, we'll be glad to help.
This platform is provided to give developpers and non developpers a way to easily consume SOAP Web Services or share their own SOAP Web Services with extra features powered by the platform.
© 2025 Providr.IO