Language Detection Service Errors
Agent Service Reasoner Errors
Authentication Service Errors
Model Builder Errors
Interactive Data Science Service Errors
ML Lake Service Errors
The ML Lake service manages data storage access for Einstein AI pipeline jobs. Errors from this service typically indicate that the request or org identifier was invalid, that credentials couldn’t be issued or aren’t authorized, or that the service was temporarily unavailable.
You were authenticated, but the identity you’re calling with isn’t permitted to perform the requested operation on the target org or namespace. Retrying without changing permissions won’t succeed. The request wasn’t processed.
This error occurs when:
To resolve this error:
tenant in the request matches an org the caller is authorized for.If the issue persists, contact Salesforce Customer Support with the following information.
instance field, format urn:trace:...)MLLAKE_USER_FORBIDDENtenant and namespace values from the requestThis error code indicates an unexpected system error and not an issue with your configuration. If the issue persists, contact Salesforce Customer Support with the following information.
instance field, format urn:trace:...)MLLAKE_USER_INTERNAL_ERRORThe request you sent couldn’t be parsed, or it contained an identifier the service doesn’t accept. The request was rejected before any processing began. The request wasn’t processed.
This error occurs when:
Content-Type header wasn’t set to application/json.To resolve this error:
namespace, tenant) are present and contain string values.Content-Type header is application/json.If the issue persists, contact Salesforce Customer Support with the following information.
instance field, format urn:trace:...)MLLAKE_USER_INVALID_REQUESTContent-Type header you sentThe ML Lake service is temporarily unable to handle your request. The failure isn’t specific to your input. The request wasn’t processed, but retrying often succeeds.
This error occurs when:
To resolve this error:
If the issue persists, contact Salesforce Customer Support with the following information.
instance field, format urn:trace:...)MLLAKE_USER_SERVICE_UNAVAILABLEThe ML Lake service couldn’t complete your request because the platform’s data tokenization layer didn’t return a token. Your request was valid — the failure is on the dependency side. Retrying often succeeds.
This error occurs when:
To resolve this error:
If the issue persists, contact Salesforce Customer Support with the following information.
instance field, format urn:trace:...)MLLAKE_USER_TEMPORARY_FAILUREThe tenant or namespace value in your request didn’t pass validation. The request was understood but rejected because one of those values wasn’t in an acceptable form. The request wasn’t processed.
This error occurs when:
tenant value didn’t match the expected format or contained invalid characters.namespace value contained characters that aren’t allowed — only lowercase letters, digits, and hyphens are accepted.tenant or namespace exceeded the maximum allowed length.tenant value didn’t match the org context associated with your credentials.To resolve this error:
tenant value and confirm it matches the expected format.namespace uses only lowercase letters, digits, and hyphens, and is within the length limit.tenant in the request body matches that org — or omit the field and let the service infer it.If the issue persists, contact Salesforce Customer Support with the following information.
instance field, format urn:trace:...)MLLAKE_USER_TENANT_VALIDATION_FAILEDThe ML Lake service couldn’t verify your identity. The request was rejected before any processing began because the credentials you provided were missing, malformed, or expired. The request wasn’t processed.
This error occurs when:
Authorization header was missing from the request.Authorization header was expired or revoked.Authorization header used an unsupported scheme.To resolve this error:
Authorization header.Authorization header unchanged.If the issue persists, contact Salesforce Customer Support with the following information.
instance field, format urn:trace:...)MLLAKE_USER_UNAUTHENTICATED