public function Jobs::getErrors in Auth0 Single Sign On 8.2
Parameters
string $id:
Return value
mixed
File
- vendor/
auth0/ auth0-php/ src/ API/ Management/ Jobs.php, line 24
Class
Namespace
Auth0\SDK\API\ManagementCode
public function getErrors($id) {
return $this->apiClient
->method('get')
->addPath('jobs', $id)
->addPath('errors')
->call();
}