Diglin\Ricardo\Services\System::getAllErrorsCodesResult

Gets the result article conditions list

The Ricardo API returns: <pre> { "GetAllErrorsCodesResult": { "ErrorNamespaceResults": [{ "Errors": [{ "ErrorId": "INT", "ErrorText": "TEXT" }], "NameSpace": "TEXT" }] } } </pre>