HERE Batch API v7 error messages
Errors messages in the following table are in alphabetical order.
| Error Text | Error Cause | Error Action |
|---|---|---|
| Argument exceeds maximum length limit. | Argument exceeds the maximum supported character limit. | Shorten the argument to match length requirements. |
| Delimiter character is unsupported. | The supplied character is not supported as a delimiter for output/input. | Provide a single valid character that can be used to delimit output/input. |
| Errors for job is unavailable. | Errors for Job is unavailable at this time. | Ensure the Job was started and completed. If no failure occured this stays empty. |
| Input exceeds maximum record count limit. | The input exceeds the maximum allowed count of records. | Trim the input or split the Job into smaller Jobs. |
| Input exceeds maximum size limit. | The input exceeds the maximum allowed size of 500 MB. | Trim the input or split the Job into smaller Jobs. |
| Input for the Job is not defined. | Add the input to the Job and try again. | |
| Input for this Job has already been defined. | Input for a Job cannot be modified after it has already been defined. | Please create a new Job with the new input. |
| Invalid billing tags. | The billing tags did not match condition. Must be between 4-16 characters, case sensitive. Allowed characters are alpha/numeric ASCII characters [A-Za-z0-9] and the following special characters (not begin or end with): -_. Up to 6 billing tags can be concatenated with EITHER plus (+) OR comma (,) sign (do not mix) | Provide valid billig tags. |
| Invalid or absent User Realm. | No Realm provided or "HERE" Realm detected, please check your account configuration! | Use an account with a valid Realm. |
| Invalid or absent User Identification. | The User ID could not be inferred or was not provided, please check your authentication! | Provide valid authentication. |
| Invalid or incorrectly encoded authorization token. | The provided authorization token was invalid, likely not Base64 encoded. | Provide a valid authorization token and try again. |
| Job has already been completed. | Job cannot be re-started if it completed. A Job cannot be stopped if it has already completed. | Please create and start a new Job. Please create a new Job. |
| Job has been deleted. | A Job cannot be started if it is deleted. A Job cannot be stopped if it has been deleted. | Please create and then start a new Job. Please create a new Job. |
| Job has failed. | A Job cannot be stopped if it has already failed. | Please create a new Job. |
| Job is scheduled for execution or is already in progress. | Job cannot be started if it is scheduled for execution or is already in progress. | To force a re-run of the Job, please stop it first. |
| Job not found. | The Job with the specified ID could not be found for your User. | Verify the Job ID, that the User has access to the Job, and try again. |
| Not a valid HERE Service Base URL. | URL String is not owned by HERE. | Provide a valid HERE URL for the Service. |
| Not a valid Job ID. | ID string is invalid. | Provide a valid ID string for the Job. |
| Not a valid Service Base URL. | URL String is invalid. | Provide a valid URL for the Service. |
| Overriding Service Base URL not supported. | Overriding the Service Base URL is not supported. | Remove Service URL parameter from request. |
| Results for a failed Job is not retrievable. | Unable to retrieve results of failed Jobs. | Try again after the Job has completed successfully. |
| Results for Job is unavailable. | Results for Job is unavailable at this time. | Ensure the Job was started and completed successfully. |
| Service not found or is unsupported. | The Service with the specified HRN could not be found or is unsupported at this time. | Check that the Service HRN was entered correctly. |
| Too many concurrent Jobs running. | The number of Jobs that may be run concurrently for your User has been exceeded. | Stop or wait for existing Jobs to complete and then try starting the Job again. |
| Unsupported filtering status. | Status 'deleted' is not supported for Jobs filtering. | Please filter Jobs with different status. |
| User not authorized to access Job. | The User is not authorized to access the Job. | Verify the User has access and try again. |
Related information
Updated 29 days ago