HTTP Status Codes

Documents possible error codes, including code values, messages, and troubleshooting guidance.

Status CodeError DescriptionMessage ExampleNotes
DENTATT_001An unexpected error prevents the completion of this request. Please try again. If the problem persists, please contact customer support.Service.genericError
DENTATT_XXXSubmitter ID is required.Required.req.submitterId
DENTATT_XXXBilling provider tax ID is required.Required.req.billingProviderTaxId
DENTATT_XXXBilling provider tax ID does not match required format.Pattern.req.billingProviderTaxId
DENTATT_002Attachment control number is required.Required.req.attachmentControlNumber
DENTATT_003Attachment control number must be a 24-character hexadecimal string.Pattern.req.attachmentControlNumber
DENTATT_004Claim ID is required.Required.req.claimId
DENTATT_005Claim ID exceeds maximum length of 50 characters.Pattern.req.claimId
DENTATT_006Payer ID is required.Required.req.payerId
DENTATT_007Payer ID must be exactly 5 alphanumeric characters.Pattern.req.payerId
DENTATT_008Provider NPI is required.Required.req.providerNpi
DENTATT_009Provider NPI failed checksum validation.Checksum.req.providerNpi
DENTATT_010Provider NPI must be exactly 10 digits.Pattern.req.providerNpi
DENTATT_011Date of service is required.Required.req.dateOfService
DENTATT_012Date of service does not match required format.Pattern.req.dateOfService
DENTATT_013Patient date of birth must be in YYYY-MM-DD format.Pattern.req.patientDateOfBirth
DENTATT_014Patient last name does not match required pattern.Pattern.req.patientLastName
DENTATT_015Patient first name does not match required pattern.Pattern.req.patientFirstName
DENTATT_016Member ID does not match required pattern.Pattern.req.memberId
DENTAL_017Attachment IDs list is required.NotNull.req.attachmentIds
DENTATT_018Attachment ID must be either a 12-character hexadecimal string or prefixed format (XXX#xxxxxxxxxxxx).Pattern.req.attachmentId
DENTATT_021The authorization header is required to access this API and its resources.Missing.req.header.authorization
DENTATT_022The user info header is required to access this API and its resources.Missing.req.header.userInfo
DENTATT_101Cannot add file to a closed attachment.Attachment.req.addFile.attachmentClosed
DENTATT_102Cannot add file to an archived attachment.Attachment.req.addFile.attachmentArchived
DENTATT_105Multiple attachments found when only one was expected.Attachment.req.attachments.find.multiple
DENTATT_106Comprehensive attachment request timed out.Attachment.req.comprehensive.timeout
DENTATT_107File to delete not found in attachment.Attachment.req.deleteFile.fileNotFound
DENTATT_108Cannot delete file from a closed attachment.Attachment.req.deleteFile.attachmentClosed
DENTATT_109Cannot delete file from an archived.Attachment.req.deleteFile.attachmentArchived
DENTATT_110Claim ID does not match the attachment's claim ID during completion.Attachment.req.complete.claimId.mismatch
DENTATT_111Requested attachment IDs are not associated.Attachments.req.searchAttachments.containerMismatch
DENTATT_112All member metadata fields must be provided if any are provided.Attachments.req.memberMetadata.missing
DENTATT_200Retry attempts exhausted while retrieving attachment.DataService.attachments.find.retryExhausted
DENTATT_201Attachment not found.DataService.attachments.find.notFound
DENTATT_300Access Forbidden.UserAccess.policy.notfound
DENTATT_301Access Forbidden.UserAccess.policy.missingrequired
DENTATT_302Access Forbidden.UserAccess.permission.denied
DENTATT_400File Management Service encountered an error.FileManagement.service.error
DENTATT_401File Management Service will not accept the provided file ID.FileManagement.fileId.error
DENTATT_402Unable to parse response from File Management Service.FileManagement.response.parse.failed
DENTATT_403Failed to upload file to File Management Service.FileManagement.upload.failed
DENTATT_404Failed to download file from File Management Service.FileManagement.download.failed
DENTATT_405Failed to delete file from File Management Service.FileManagement.delete.failed
DENTATT_406Failed to list files from File Management Service.FileManagement.list.failed
DENTATT_407File Management Service returned null response.FileManagement.response.validation.null
DENTATT_408File Management Service response failed validation.FileManagement.response.validation.failed
DENTATT_409Failed to retrieve file tags from File Management Service.FileManagement.list.tags