Response status and error codes
When using our API, you may encounter certain status and error codes that you need to understand or troubleshoot. This page contains a list of all codes with thorough descriptions and action steps you need to take if you are looking to resolve a problem.
TIP
Use the page Search field or the Find option to quickly locate the code name you are looking for.
HTTP status codes
Every HTTP transaction has a status code sent back by the server to define how the server has handled the transaction. The most common statuses you may encounter are 200 OK
, 404 Not Found
, or 401 Unauthorized
.
Check out the list of the HTTP status codes to learn more.
API status codes
Besides the standard HTTP status code, the status object may be returned as part of the API response message, delivery report, or message log.
Status object example:
- JSON
{
"groupId":3,
"groupName":"DELIVERED",
"id":5,
"name":"DELIVERED_TO_HANDSET",
"description":"Message delivered to handset"
}
General status codes
PENDING (group id: 1) — general status codes
The message has been processed and sent to the next instance, i.e., a mobile operator.
ID | Status |
---|---|
3 | PENDING_WAITING_DELIVERY
|
7 | PENDING_ENROUTE
|
26 | PENDING_ACCEPTED
|
UNDELIVERABLE (group id: 2) — general status codes
The message has not been delivered.
ID | Status |
---|---|
4 | UNDELIVERABLE_REJECTED_OPERATOR
|
9 | UNDELIVERABLE_NOT_DELIVERED
|
DELIVERED (group id: 3) — general status codes
The message has been successfully processed and delivered.
ID | Status |
---|---|
2 | DELIVERED_TO_OPERATOR
|
5 | DELIVERED_TO_HANDSET
|
EXPIRED (group id: 4) — general status codes
The message has been sent and has either expired due to pending past its validity period (our platform default is 48 hours), or the delivery report from the operator has reverted the expired as a final status.
ID | Status |
---|---|
15 | EXPIRED_EXPIRED
|
29 | EXPIRED_DLR_UNKNOWN
|
REJECTED (group id: 5) — general status codes
The message has been received but has either been rejected by Infobip or the operator has reverted REJECTED
as final status.
ID | Status |
---|---|
6 | REJECTED_NETWORK
|
8 | REJECTED_PREFIX_MISSING
|
10 | REJECTED_DND
|
11 | REJECTED_SOURCE
|
12 | REJECTED_NOT_ENOUGH_CREDITS
|
13 | REJECTED_SENDER
|
14 | REJECTED_DESTINATION
|
17 | REJECTED_PREPAID_PACKAGE_EXPIRED
|
18 | REJECTED_DESTINATION_NOT_REGISTERED
|
19 | REJECTED_ROUTE_NOT_AVAILABLE
|
20 | REJECTED_FLOODING_FILTER
|
21 | REJECTED_SYSTEM_ERROR
|
23 | REJECTED_DUPLICATE_MESSAGE_ID
|
24 | REJECTED_INVALID_UDH
|
25 | REJECTED_MESSAGE_TOO_LONG
|
51 | MISSING_TO
|
52 | REJECTED_DESTINATION
|
Voice status codes
REJECTED (group id: 5) — Voice status codes
The message has been received but has either been rejected by Infobip or the operator has reverted rejected as the final status.
ID | Status |
---|---|
53 | REJECTED_INVALID_AUDIO_FILE_URL
|
54 | REJECTED_UNSUPPORTED_LANGUAGE
|
55 | REJECTED_MESSAGE_IS_EMPTY
|
56 | REJECTED_INVALID_NOTIFY_URL
|
57 | REJECTED_INVALID_NOTIFY_CONTENT_TYPE
|
58 | REJECTED_INVALID_DTMF_SIGN
|
59 | REJECTED_INVALID_DTMF_TIMEOUT
|
60 | REJECTED_INVALID_RING_TIMEOUT
|
61 | REJECTED_INVALID_CALL_TIMEOUT
|
62 | REJECTED_INVALID_MACHINE_DETECTION
|
63 | REJECTED_INVALID_ACTIONS
|
64 | REJECTED_INVALID_ACTION_GROUPS
|
83 | REJECTED_MACHINE_DETECTION_DISABLED
|
87 | REJECTED_INVALID_DELIVERY_TIME_WINDOW
|
MMS status codes
REJECTED (group id: 5) — MMS status codes
The message has been received but has either been rejected by Infobip or the operator has reverted rejected as the final status.
ID | Status |
---|---|
56 | REJECTED_INVALID_NOTIFY_URL
|
77 | REJECTED_MESSAGE_TEXT_TOO_LONG
|
Email status codes
REJECTED (group id: 5) — Email status codes
The email has been received but has either been rejected by Infobip or the operator has reverted rejected as the final status.
ID | Status |
---|---|
75 | REJECTED_FREE_TRIAL_EXCEEDED
|
88 | REJECTED_DATA_TRANSFORMATION_FAILED
|
89 | REJECTED_INTERNAL_ERROR
|
90 | REJECTED_VALIDATION_FAILED
|
Push notifications status codes
UNDELIVERABLE (group id: 2) — push notifications status codes
The message has not been delivered.
ID | Status |
---|---|
66 | UNDELIVERABLE_NO_DESTINATION
|
REJECTED (group id: 5) — push notifications status codes
The message has been received but has either been rejected by Infobip, or the operator has reverted rejected as final status.
ID | Status |
---|---|
65 | REJECTED_NO_APPLICATION
|
Error codes
Error object can be returned as part of the send message response or Delivery report response.
Error object example:
- JSON
{
"groupId":0,
"groupName":"OK",
"id":0,
"name":"NO_ERROR",
"description":"No Error",
"permanent":false
}
General error codes
OK (group id: 0) — general error codes
The request has been completed successfully.
ID | Permanent | Error |
---|---|---|
0 | false | NO_ERROR
|
HANDSET_ERRORS (group id: 1) — general error codes
The request has not been completed due to handset-related issues.
ID | Permanent | Error |
---|---|---|
1 | true | EC_UNKNOWN_SUBSCRIBER
|
5 | false | EC_UNIDENTIFIED_SUBSCRIBER
|
6 | false | EC_ABSENT_SUBSCRIBER_SM
|
7 | false | EC_UNKNOWN_EQUIPMENT
|
8 | false | EC_ROAMING_NOT_ALLOWED
|
9 | true | EC_ILLEGAL_SUBSCRIBER
|
11 | true | EC_TELESERVICE_NOT_PROVISIONED
|
12 | true | EC_ILLEGAL_EQUIPMENT
|
13 | false | EC_CALL_BARRED
|
21 | false | EC_FACILITY_NOT_SUPPORTED
|
27 | false | EC_ABSENT_SUBSCRIBER
|
31 | false | EC_SUBSCRIBER_BUSY_FOR_MT_SMS
|
32 | false | EC_SM_DELIVERY_FAILURE
|
33 | false | EC_MESSAGE_WAITING_LIST_FULL
|
34 | false | EC_SYSTEM_FAILURE
|
35 | false | EC_DATA_MISSING
|
36 | false | EC_UNEXPECTED_DATA_VALUE
|
255 | false | EC_UNKNOWN_ERROR
|
256 | false | EC_SM_DF_MEMORYCAPACITYEXCEEDED
|
257 | false | EC_SM_DF_EQUIPMENTPROTOCOLERROR
|
258 | false | EC_SM_DF_EQUIPMENTNOTSM_EQUIPPED
|
259 | false | EC_SM_DF_UNKNOWNSERVICECENTRE
|
260 | false | EC_SM_DF_SC_CONGESTION
|
261 | false | EC_SM_DF_INVALIDSME_ADDRESS
|
262 | false | EC_SM_DF_SUBSCRIBERNOTSC_SUBSCRIBER
|
500 | false | EC_PROVIDER_GENERAL_ERROR
|
502 | false | EC_NO_RESPONSE
|
503 | false | EC_SERVICE_COMPLETION_FAILURE
|
504 | false | EC_UNEXPECTED_RESPONSE_FROM_PEER
|
507 | false | EC_MISTYPED_PARAMETER
|
508 | false | EC_NOT_SUPPORTED_SERVICE
|
509 | false | EC_DUPLICATED_INVOKE_ID
|
565 | true | EC_CANNOT_RECEIVE_SC
|
573 | true | EC_SC_BLOCKED_BY_END_USER
|
581 | false | EC_USER_OUT_OF_CREDIT
|
628 | true | EC_TEMPORARY_HANDSET_FAILURE
|
629 | true | EC_DEST_ADDRESS_UNABLE_TO_RECEIVE_SMS
|
1024 | false | EC_OR_APPCONTEXTNOTSUPPORTED
|
1025 | false | EC_OR_INVALIDDESTINATIONREFERENCE
|
1026 | false | EC_OR_INVALIDORIGINATINGREFERENCE
|
1027 | false | EC_OR_ENCAPSULATEDAC_NOTSUPPORTED
|
1028 | false | EC_OR_TRANSPORTPROTECTIONNOTADEQUATE
|
1029 | false | EC_OR_NOREASONGIVEN
|
1030 | false | EC_OR_POTENTIALVERSIONINCOMPATIBILITY
|
1031 | false | EC_OR_REMOTENODENOTREACHABLE
|
1152 | false | EC_NNR_NOTRANSLATIONFORANADDRESSOFSUCHNATURE
|
1153 | false | EC_NNR_NOTRANSLATIONFORTHISSPECIFICADDRESS
|
1154 | false | EC_NNR_SUBSYSTEMCONGESTION
|
1155 | false | EC_NNR_SUBSYSTEMFAILURE
|
1156 | false | EC_NNR_UNEQUIPPEDUSER
|
1157 | false | EC_NNR_MTPFAILURE
|
1158 | false | EC_NNR_NETWORKCONGESTION
|
1159 | false | EC_NNR_UNQUALIFIED
|
1160 | false | EC_NNR_ERRORINMESSAGETRANSPORTXUDT
|
1161 | false | EC_NNR_ERRORINLOCALPROCESSINGXUDT
|
1162 | false | EC_NNR_DESTINATIONCANNOTPERFORMREASSEMBLYXUDT
|
1163 | false | EC_NNR_SCCPFAILURE
|
1164 | false | EC_NNR_HOPCOUNTERVIOLATION
|
1165 | false | EC_NNR_SEGMENTATIONNOTSUPPORTED
|
1166 | false | EC_NNR_SEGMENTATIONFAILURE
|
1281 | false | EC_UA_USERSPECIFICREASON
|
1282 | false | EC_UA_USERRESOURCELIMITATION
|
1283 | false | EC_UA_RESOURCEUNAVAILABLE
|
1284 | false | EC_UA_APPLICATIONPROCEDURECANCELLATION
|
1536 | false | EC_PA_PROVIDERMALFUNCTION
|
1537 | false | EC_PA_SUPPORTINGDIALOGORTRANSACTIONREALEASED
|
1538 | false | EC_PA_RESSOURCELIMITATION
|
1539 | false | EC_PA_MAINTENANCEACTIVITY
|
1540 | false | EC_PA_VERSIONINCOMPATIBILITY
|
1541 | false | EC_PA_ABNORMALMAPDIALOG
|
1792 | false | EC_NC_ABNORMALEVENTDETECTEDBYPEER
|
1793 | false | EC_NC_RESPONSEREJECTEDBYPEER
|
1794 | false | EC_NC_ABNORMALEVENTRECEIVEDFROMPEER
|
1795 | false | EC_NC_MESSAGECANNOTBEDELIVEREDTOPEER
|
1796 | false | EC_NC_PROVIDEROUTOFINVOKE
|
USER_ERRORS (group id: 2) — general error codes
User error occurred.
ID | Permanent | Error |
---|---|---|
323 | true | EC_INVALID_REQUEST_TYPE
|
351 | false | EC_INVALID_DESTINATION_ADDRESS
|
352 | true | EC_INVALID_REQUEST_DESTINATION
|
355 | true | EC_MSG_TEXT_TOO_LONG
|
368 | true | EC_INVALID_SOURCE_ADDRESS
|
375 | true | EC_SOURCE_ADDRESS_IS_BLOCKED
|
433 | true | EC_ACCOUNT_ACCESS_DENIED
|
488 | true | EC_TF_NUMBER_NOT_VERIFIED
|
541 | false | EC_LIMIT_REACHED
|
542 | false | EC_QUOTA_REACHED
|
572 | true | EC_CAMPAIGNID_NOT_PROVISIONED
|
577 | true | EC_ACC_NOT_PROVISIONED_TO_SMS_DEMO_SC
|
578 | true | EC_EXCEEDED_THE_TIME_LIMIT_OF_SMS_DEMO
|
579 | true | EC_DEST_ADDRESS_NOT_IN_SMS_DEMO
|
580 | true | EC_EXCEEDED_THE_MAX_NUMBER
|
594 | true | EC_INVALID_GLOBAL_CAMPAIGN_ID
|
597 | true | EC_ACC_HAS_NO_ADRESS_FOR_DESR
|
598 | true | EC_INTERACTION_NOT_SUPPORTED
|
601 | true | EC_ACC_NOT_2_WAY
|
603 | true | EC_CONTENT_BLOCKED
|
604 | true | EC_BLOCKED_BY_CAMPAIGN_BLACKLIST
|
607 | true | EC_BLOCKED_AS_SPAM
|
2049 | true | EC_IMSI_BLACKLISTED
|
2052 | true | EC_BLACKLISTED_DESTINATIONADDRESS
|
2053 | true | EC_BLACKLISTED_SENDERADDRESS
|
2053 | true | EC_SOURCE_ADDRESS_BLACKLISTED
|
4096 | true | EC_INVALID_PDU_FORMAT
|
4099 | true | EC_MONTHLY_LIMIT_REACHED
|
4100 | true | EC_MESSAGE_CANCELED
|
4101 | true | EC_VALIDITYEXPIRED
|
4102 | true | EC_NOTSUBMITTEDTOSMPPCHANNEL
|
4103 | true | EC_DESTINATION_FLOODING
|
4104 | true | EC_DESTINATION_TXT_FLOODING
|
OPERATOR_ERRORS (group id: 3) — general error codes
The request has not been completed due to operator issues.
ID | Permanent | Error |
---|---|---|
10 | true | EC_BEARER_SERVICE_NOT_PROVISIONED
|
20 | false | EC_SS_INCOMPATIBILITY
|
51 | true | EC_RESOURCE_LIMITATION
|
71 | false | EC_UNKNOWN_ALPHABET
|
345 | true | EC_OPERATOR_NOT_FOUND
|
501 | false | EC_INVALID_RESPONSE_RECEIVED
|
560 | true | EC_SC_BLOCKED_FOR_END_USER
|
561 | true | EC_CONTENT_BLOCKED_BY_OPERATOR
|
562 | true | EC_SC_NOT_PROVISIONED
|
563 | true | EC_SC_EXPIRED
|
564 | true | EC_SC_BLOCKED
|
566 | true | EC_DESTINATION_BLOCKED_BY_OPERATOR
|
568 | true | EC_DESTINATION_NOT_SMS_PROVISIONED
|
569 | true | EC_DEST_ADDRESS_SUSPENDED
|
571 | false | EC_CAMPAIGN_ID_REJECTED
|
574 | true | EEC_BLOCKED_NEW_SUBSCRIPTIONS_FOR_SC
|
630 | true | EC_DEST_OVERLOADED
|
631 | true | EC_MOBILE_OPERATOR_NETWORK_ERROR
|
632 | true | EC_SMS_REJECTED_BY_MOBILE_OPERATOR
|
633 | true | EC_UNKNOWN_MOBILE_OPERATOR
|
810 | true | EC_FAILED_MESSAGE_DELIVERY
|
811 | true | EC_MESSAGE_EXPIRED
|
815 | true | EC_MESSAGE_SUBMITTED_NOT_ACKED
|
2048 | false | EC_TIME_OUT
|
2050 | true | EC_DEST_ADDRESS_BLACKLISTED
|
2051 | false | EC_INVALIDMSCADDRESS
|
4097 | false | EC_NOTSUBMITTEDTOGMSC
|
4102 | true | EC_NOTSUBMITTEDTOSMPPCHANNEL
|
5492 | true | EC_DUPLICATE_MESSAGE
|
Voice error codes (legacy)
OK (group id: 0) — voice error codes
The request has been completed successfully.
ID | Permanent | Error |
---|---|---|
5000 | true | VOICE_ANSWERED
|
5001 | true | VOICE_ANSWERED_MACHINE
|
HANDSET_ERRORS (group id: 1) — voice error codes
The request has not been completed due to handset related issues.
ID | Permanent | Error |
---|---|---|
5480 | false | EC_VOICE_ERROR_TEMPORARILY_NOT_AVAILABLE
|
5603 | false | EC_DECLINE
|
OPERATOR_ERRORS (group id: 3) — voice error codes
The request has not been completed due to operator issues.
ID | Permanent | Error | |
---|---|---|---|
5002 | true | EC_VOICE_USER_BUSY
|
|
5003 | true | EC_VOICE_NO_ANSWER
|
|
5004 | true | EC_VOICE_ERROR_DOWNLOADING_FILE
|
|
5005 | true | EC_VOICE_ERROR_UNSUPPORTED_AUDIO_FORMAT
|
|
5400 | false | EC_VOICE_ERROR_BAD_REQUEST
|
|
5403 | false | EC_VOICE_ERROR_FORBIDDEN
|
|
5404 | false | EC_VOICE_ERROR_DESTINATION_NOT_FOUND
|
|
5407 | false | EC_VOICE_ERROR_PROXY_AUTHENTICATION_REQUIRED
|
|
5408 | false | EC_VOICE_ERROR_REQUEST_TIMEOUT
|
|
5410 | false | EC_VOICE_ERROR_GONE
|
|
5413 | false | EC_VOICE_ERROR_REQUEST_ENTITY_TOO_LARGE
|
|
5414 | false | EC_VOICE_ERROR_REQUEST_URI_TOO_LONG
|
|
5415 | false | EC_VOICE_UNSUPPORTED_MEDIA_TYPE
|
|
5481 | false | EC_VOICE_ERROR_CALL_DOES_NOT_EXIST
|
|
5484 | false | EC_VOICE_ERROR_ADDRESS_INCOMPLETE
|
|
5487 | false | EC_VOICE_ERROR_REQUEST_TERMINATED
|
|
5488 | false | EC_VOICE_ERROR_NOT_ACCEPTABLE_HERE
|
|
5491 | false | EC_VOICE_ERROR_REQUEST_PENDING
|
|
5501 | true | EC_VOICE_NOT_IMPLEMENTED
|
|
5503 | true | EC_VOICE_SERVICE_UNAVAILABLE
|
Voice and WebRTC error codes
OK (group id: 0)
The request has been completed successfully.
ID | Permanent | Error |
---|---|---|
10000 | true | NORMAL_HANGUP
|
10001 | true | ANSWERED_ELSEWHERE
|
10002 | true | MACHINE_DETECTED
|
10003 | true | HUMAN_DETECTED
|
10004 | true | MAX_DURATION_REACHED
|
HANDSET_ERRORS (group id: 1)
The request has not been completed due to handset-related issues.
ID | Permanent | Error |
---|---|---|
10100 | true | DEVICE_FORBIDDEN
|
10101 | true | DEVICE_NOT_FOUND
|
10102 | true | DEVICE_UNAVAILABLE
|
10103 | true | MEDIA_ERROR
|
USER_ERRORS (group id: 2)
User error occurred.
ID | Permanent | Error |
---|---|---|
10200 | true | NO_ANSWER
|
10201 | true | BUSY
|
10202 | true | CANCELED
|
10203 | true | REJECTED
|
10204 | true | TEMPORARILY_UNAVAILABLE
|
OPERATOR_ERRORS (group id: 3)
The request has not been completed due to operator issues.
ID | Permanent | Error |
---|---|---|
10300 | true | FORBIDDEN
|
10301 | true | INSUFFICIENT_FUNDS
|
10302 | true | UNAUTHENTICATED
|
10303 | true | DESTINATION_NOT_FOUND
|
10304 | true | DESTINATION_UNAVAILABLE
|
10305 | true | INVALID_DESTINATION
|
10306 | true | INVALID_REQUEST
|
10307 | true | REQUEST_TIMEOUT
|
10308 | true | NETWORK_ERROR
|
10309 | true | SERVICE_UNAVAILABLE
|
10310 | true | UNKNOWN
|
10311 | true | FEATURE_UNAVAILABLE
|
10312 | true | CONGESTION
|
10400 | true | URL_NOT_FOUND
|
10401 | true | URL_UNREACHABLE
|
10402 | true | INVALID_RESPONSE
|
WebRTC error codes (legacy)
OK (group id: 0) — WebRTC error codes. The request has been completed successfully.
ID | Permanent | Error |
---|---|---|
5700 | true | ANSWERED
|
5701 | true | EC_CALL_ANSWERED_ON_ANOTHER_DEVICE
|
HANDSET_ERRORS (group id: 1) — WebRTC error codes
The request has not been completed due to handset related issues.
ID | Permanent | Error |
---|---|---|
5720 | true | EC_NO_PEER_CONNECTION
|
5721 | true | EC_INVALID_DTMF_CONFIG_NO_AUDIO_TRACK
|
5722 | true | EC_DTMF_UNAVAILABLE
|
5723 | true | EC_DTMF_INVALID_TONE
|
5724 | true | EC_NO_LOCAL_STREAM
|
5725 | true | EC_NO_AUDIO_TRACK
|
5726 | true | EC_NO_VIDEO_TRACK
|
5727 | true | EC_NO_DISPLAY_MEDIA
|
5728 | true | EC_UNKNOWN_SCREEN_SHARE_ERROR
|
USER_ERRORS (group id: 2) — WebRTC error codes
User error occurred.
ID | Permanent | Error |
---|---|---|
5800 | true | EC_NO_ANSWER
|
5801 | true | EC_USER_BUSY
|
5802 | true | EC_PERMISSION_DENIED
|
5803 | true | EC_DEVICE_NOT_FOUND
|
5804 | true | EC_DEVICE_NOT_AVAILABLE
|
5805 | true | EC_ACTIVE_CALL_ON_INCOMING_CAL
|
5806 | true | EC_CALL_TERMINATED
|
5850 | true | EC_USER_ALREADY_JOINED
|
5851 | true | EC_MAX_USERS_LIMIT_REACHED
|
5852 | true | EC_VIDEO_PUBLISHERS_LIMIT_REACHED
|
OPERATOR_ERRORS (group id: 3) — WebRTC error codes
The request has not been completed due to operator issues.
ID | Permanent | Error |
---|---|---|
5768 | true | EC_CLIENT_URL_READ_FAILURE
|
5769 | true | EC_CLIENT_URL_REACH_FAILURE
|
5900 | true | EC_FORBIDDEN
|
5901 | true | EC_REQUEST_TIMEOUT
|
5902 | true | EC_INTERNAL_SERVER_ERROR
|
5903 | true | EC_DESTINATION_NOT_FOUND
|
5904 | true | EC_SERVICE_TEMPORARY_UNAVAILABLE
|
5905 | true | EC_REQUEST_PENDING
|
5906 | true | EC_ADDRESS_INCOMPLETE
|
5907 | true | EC_TEMPORARILY_NOT_AVAILABLE
|
5990 | true | EC_CONNECTION_ERROR
|
5991 | true | EC_UNKNOWN_WEBRTC_ERROR
|
Push notification error codes
Registration error (group id: 1) — push notification error codes
Messages not sent due to device registration problems (e.g., in cases of uninstalled applications).
ID | Permanent | Error |
---|---|---|
8001 | true | EC_DEVICE_APP_UNINSTALL
|
8002 | true | EC_GCM_MISMATCH_SENDER_ID
|
8003 | true | EC_NO_APPLICATION_FOUND
|
8004 | true | EC_NO_REGISTRATION_ID_FOUND
|
Cloud error (group id: 3) — push notification error codes
Messages not sent due to Clouds communication issues.
Id | Permanent | Error |
---|---|---|
8005 | true | EC_SYS_ERROR_FROM_CLOUD
|
8006 | true | EC_INVALID_GCM_AUTH_DATA
|
8007 | true | EC_INVALID_APNS_CERT
|
8008 | true | EC_APPLICATION_CLOUD_TYPE_DISABLED
|
8009 | true | EC_PUSH_INTERNAL_REQUEST_ERROR
|
8010 | true | EC_INVALID_PUSH_PAYLOAD
|
8011 | true | EC_PUSH_INTERNAL_GW_ERROR
|
8012 | true | EC_PUSH_CLOUD_TEMP_UNAVAILABLE
|
Email error codes
Dropped (group id: 1) — email error codes
The request has not been completed successfully as emails were dropped by the mail delivery system on the end-user side.
ID | Permanent | Error |
---|---|---|
6001 | true | EC_EMAIL_BLACKLISTED
|
6002 | true | EC_EMAILS_SPAM_CONTENT
|
6003 | true | EC_EMAIL_UNSUBSCRIBED_EMAIL_ADDRESS
|
6004 | true | EC_BOUNCED_EMAIL_ADDRESS
|
6005 | true | EC_EMAIL_DROPPED
|
6016 | true | EC_EMAIL_SENDER_DOMAIN_BLOCKED
|
6017 | true | EC_EMAIL_IP_BLACKLISTED
|
6018 | true | EC_INVALID_GATEWAY_REQUEST
|
6021 | true | EC_EMAIL_HANDLE_BARS_ERROR
|
Bounced (group id: 2) — email error codes
The request has not been completed successfully and we received NDR (Non-delivery receipt).
ID | Permanent | Error |
---|---|---|
6006 | true | EC_INVALID_EMAIL_ADDRESS
|
6007 | true | EC_MAILBOX_TEMPORARY_UNAVAILABLE
|
6008 | true | EC_DEFERRED_DUE_TO_INSUFFICIENT_STORAGE
|
6009 | true | EC_MAILBOX_UNAVAILABLE
|
6010 | true | EC_STORAGE_LIMIT_EXCEEDED
|
6012 | true | EC_HARD_BOUNCE
|
System Error (group id: 3) — email error codes
The request has not been completed successfully due to system-related errors.
ID | Permanent | Error |
---|---|---|
6011 | false | EC_SOFT_BOUNCE
|
6013 | false | EC_TEMPORARY_SENDING_ERROR
|
6014 | true | EC_PERMANENT_SENDING_ERROR
|
6015 | true | EC_EMAIL_GATEWAY_ERROR
|
6020 | true | EC_EMAIL_TEMPLATE_NOT_FOUND
|
6025 | true | EMAIL_INVALID_TRACKING_PARAMS
|
6026 | true | LANDING_PAGE_PLACEHOLDERS_SIZE_EXCEEDED
|
6027 | true | INVALID_HEADERS
|
6028 | true | EMAIL_PARSING_FAILED
|
6029 | true | INVALID_SENDER
|
6030 | true | INVALID_LANDING_PAGE
|
6031 | true | INVALID_PRESERVED_RECIPIENTS
|
6032 | true | EMAIL_EXPIRED
|
Chat error codes
(RCS, WhatsApp, Facebook messenger, LINE, Viber)
Client error (group id: 1) — chat error codes
The request has not been completed successfully due to application misconfiguration or a bad/invalid request issued by the client.
ID | Permanent | Error |
---|---|---|
7001 | true | EC_UNKNOWN_APPLICATION
|
7002 | true | EC_UNKNOWN_USER
|
7003 | true | EC_BLOCKED_USER
|
7004 | true | EC_UNAUTHORIZED_ACCESS
|
7005 | true | EC_FORBIDDEN_ACCESS
|
7006 | true | EC_BAD_REQUEST
|
7007 | true | EC_ILLEGAL_TRAFIC_TYPE
|
7008 | true | EC_INVALID_TEMPLATE_ARGS
|
7009 | true | EC_INVALID_TEMPLATE
|
7010 | true | EC_NO_SESSION
|
7011 | true | EC_ACCOUNT_ISSUE
|
7012 | false | EC_DEPLOYMENT_CONFIGURATION_ERROR
|
7013 | false | EC_MEDIA_HOSTING_ERROR
|
7014 | false | EC_MEDIA_UPLOAD_ERROR
|
7015 | true | EC_MEDIA_METADATA_ERROR
|
7016 | true | EC_SPAM_RATE
|
7017 | false | EC_TOO_MANY_REQUESTS
|
7018 | true | EC_INTERNAL_BAD_MAPPING
|
7019 | true | EC_PROVIDER_BILLING_ERROR
|
7020 | true | EC_DEVICE_REPRODUCTION ERROR
|
7021 | true | EC_LIMITED_FUNCTIONALITY
|
7022 | true | EC_MEDIA_UNSUPPORTED
|
7023 | true | EC_DATA_MISMATCH
|
7024 | false | EC_NOT_ALLOWED_SENDING_TIME
|
7025 | true | EC_UNSUPPORTED_MOBILE_APP_VERSION
|
7026 | true | EC_MESSAGE_TYPE_EXHAUSTED
|
7027 | true | EC_BLOCKED_CONTENT
|
7029 | true |
EC_USER_IDENTITY_CHANGED
|
7102 | true | EC_DATA_MISMATCH
|
7201 | true | EC_UNSUPPORTED_DEVICE
|
Provider error (group id: 2) — chat error codes
The request has not been completed successfully due to a service provider error.
ID | Permanent | Error |
---|---|---|
7050 | false | EC_PROVIDER_INTERNAL_ERROR
|
7051 | false | EC_PROVIDER_TIMEOUT
|
7052 | true | EC_PROVIDER_DR_ERROR
|
System Error (group id: 3) — chat error codes
The request has not been completed successfully due to a system-related error.
ID | Permanent | Error |
---|---|---|
7080 | true | EC_INTERNAL_ERROR
|
7081 | true | EC_CONFIGURATION_ERROR
|
7082 | true | EC_TEMPORARY_GATEWAY_ERROR
|
7083 | true | EC_SERVICE_NOT_ACTIVATED
|
7084 | true | EC_MISSING_SENDER_METADATA
|
7280 | true | EC_DUPLICATE_REQUEST
|
7281 | true | EC_BAD_ORIGIN
|
Twitter error codes
User error (group id: 2) — Twitter error codes
User error occurred.
ID | Permanent | Error |
---|---|---|
16001 | true | EC_CANNOT_SEND_TO_THIS_USER
|
16002 | true | EC_USER_NOT_FOLLOWING
|
16003 | true | EC_TEXT_SIZE_OVER_LIMIT
|
Mobile Identity error codes
ID | Value | Description |
---|---|---|
100 | EC_NO_COVERAGE | No coverage for requested phone number. |
101 | EC_GATEWAY_OPERATION_FAILED | Provider service failed. |
102 | EC_OPERATION_RESTRICTED | Operation restricted. |
103 | EC_ATP_ATTRIBUTE_QUERY_FAILED | ATP attribute query failed |
200 | EC_INVALID_REQUEST | Validation failed for requested arguments. |
201 | EC_INVALID_TOKEN | The token is invalid or does not exist. |
202 | EC_CONSENT_NOT_GRANTED | User consent not granted. |
300 | EC_MI_ACCOUNT_DISABLED | User account is disabled for Mobile Identity service. Contact sales to enable it. |
301 | EC_OPERATION_NOT_ALLOWED | Service not allowed for this account. Contact sales to enable it. |
302 | EC_COUNTRY_NOT_ALLOWED | Destination country is not allowed for this account. Contact sales to enable it. |
303 | EC_GATEWAY_NOT_ALLOWED | Provider is not allowed for this account. Contact sales to enable it. |
304 | EC_REJECTED_NOT_ENOUGH_CREDITS | Not enough credits for this service. |
305 | EC_MOBILE_DEVICE_TIMEOUT | Timeout occurred during a mobile device redirect. |
306 | EC_REJECTED_INVALID_IP_ADDRESS | IP address not in MNO data range. |
307 | EC_OTP_SMS_SEND_FAILED | Failed to send an SMS message. |
308 | EC_NI_ATTRIBUTE_NOT_ALLOWED | Requested Number Intelligence attribute is not allowed for this account. Contact sales to enable it. |
309 | EC_SIM_SWAP_CHECK_FAILED | Failed to execute SIM Swap check request due to an error on the MNO side. Contact support@infobip.com for more details. |
310 | EC_SIM_SWAP_DETECTED | No coverage for requested phone number. |
1000 | EC_INTERNAL_ERROR | Internal error on the Infobip platform. Contact Support to resolve the issue. |
DLT error codes
INFO
Applicable only to the India region.
ID | Status | Description |
---|---|---|
4106 | EC_BLOCKED_BY_DLT | Message blocked by DLT Scrubbing. 4 — Message sent, not delivered. |
4107 | EC_DLT_SCRUBBING_TIMEOUT | Timeout while performing DLT Scrubbing. 4 — Message sent, not delivered. |
4108 | EC_SENDER_BLOCKED_BY_DLT | Sender blocked by DLT Scrubbing. 4 — Message sent, not delivered. |
4109 | EC_TELEMARKETER_BLOCKED_BY_DLT | Telemarketer blocked by DLT Scrubbing. 4 — Message sent, not delivered. |
4110 | EC_ENTITY_BLOCKED_BY_DLT | Entity blocked by DLT Scrubbing. 4 — Message sent, not delivered. |
4111 | EC_TEMPLATE_BLOCKED_BY_DLT | Template blocked by DLT Scrubbing. 4 — Message sent, not delivered. |
4112 | EC_ENTITY_NOT_FOUND | No record found with EID as primary key. 4 — Message sent, not delivered. |
4113 | EC_ENTITY_NOT_REGISTERED | No entry of entity on the platform. 4 — Message sent, not delivered. |
4114 | EC_ENTITY_INACTIVE | Entity is inactive on the platform. 4 — Message sent, not delivered. |
4115 | EC_ENTITY_BLACKLISTED | Entity is blocklisted on all platforms. 4- Message sent, not delivered. |
4116 | EC_INVALID_ENTITY_ID | Received wrong entity id format or no entity. 4-Message sent, not delivered. |
4117 | EC_ENTITY_ID_NOT_ALLOWED_FOR_TM | Principal entity is not allowed for the TM. 4 — Message sent, not delivered. |
4118 | EC_TELEMARKETER_NOT_REGISTERED | No entry of TMID on the platform. 4 — Message sent, not delivered. |
4119 | EC_TELEMARKETER_INACTIVE | Telemarketer is inactive on the platform. 4 -Message sent, not delivered |
4120 | EC_TELEMARKETER_BLACKLISTED | Telemarketer is blocklisted on all platforms. 4 — Message sent, not delivered |
4121 | EC_HEADER_NOT_FOUND | No record found with header (case sensitive). 4 — Message sent, not delivered. |
4122 | EC_HEADER_INACTIVE | Header is inactive on the platform. 4- Message sent, not delivered. |
4123 | EC_HEADER_BLACKLISTED | Header is blocklisted on all platforms. 4 — Message sent, not delivered. |
4124 | EC_PEID_NOT_MATCHED_WITH_HEADER | Principle Entity Id is not matched with Header Id. 4 — Message sent, not delivered |
4125 | EC_HEADER_IN_FREEPOOL | Header in free pool. 4 — Message sent, not delivered. |
4126 | EC_TEMPLATE_NOT_FOUND | No record found with Template Id as primary key/no template found. 4 — Message sent, not delivered. |
4127 | EC_TEMPLATE_INACTIVE | Template is inactive on the platform. 4 — Message sent, not delivered. |
4128 | EC_TEMPLATE_BLACKLISTED | Template is blocklisted on all platforms. 4 — Message sent, not delivered. |
4129 | EC_TEMPLATE_NOT_MATCHED | Template not matched for given Template Id. 4 — Message sent, not delivered. |
4130 | EC_HEADER_NOT_REGISTERED_FOR_TEMPLATE | Header is not registered for the template. 4 — Message sent, not delivered. |
4131 | EC_TEMPLATE_VARIABLE_EXCEEDED_MAX_LENGTH | Variable length exceeded the max configured length. 4 — Message sent, not delivered. |
4132 | EC_ERROR_IDENTIFYING_TEMPLATE | Error in identifying the template. 4 — Message sent, not delivered. |
4133 | EC_INVALID_TEMPLATE_ID | Received wrong Template Id format or no Template Id tag. 4 — Message sent, not delivered. |
4134 | EC_TEMPLATE_NOT_REGISTERED_TO_ENTITY | Template does not belong to PE. 4 — Message sent, not delivered. |
4135 | EC_PROMOTIONAL_TEMPLATE_USED_ON_OTHERS_HEADER | Promotional Template used on other/transaction header. 4 — Message sent, not delivered. |
4136 | EC_INVALID_TEMPLATE_TYPE | Invalid template type. 4 — Message sent, not delivered. |
4137 | EC_PREFERENCE_NOT_MATCHED | Blocked in preferences with MSISDN as PK. 4 — Message sent, not delivered. |
4138 | EC_INVALID_PROMO_TIME | Block promo hours (9PM to 10AM). 4 — Message sent, not delivered. |
4139 | EC_SE_CATEGORY_BLOCK | SE category blocking on fully DND, if consent not available. 4 — Messsage sent, not delivered. |
4140 | EC_CONSENT_FAILED | General error code for Consent. 4 — Message sent, not delivered. |
4141 | EC_SCRUBBING_FAILED | General error code in case of any exceptions. 4 — Message sent, not delivered. |
4142 | EC_TLV_PEID_NOT_FOUND | TLV PEID missing/empty/null. 4 — Message sent, not delivered. |
4143 | EC_TLV_TMPID_NOT_FOUND | TLV TMPID missing/empty/null. 4 — Message sent, not delivered. |
4144 | EC_CONTENT_MULTIPART_INCOMPLETE_BY_DLT | Undelivered/expired. If the DLT has not received long SMS parts or if any part is missing, the DLT shows this code. |
Live Chat error codes
Below are the possible error codes for:
- Web Widget
- Enable Authenticated Customer Session With Widget API
- Invalidate Authenticated Customer Session
ID | Status | Description |
---|---|---|
1001 | mandatory field missing | Param ‘widgetId’ is required in the method. |
1011 | widget initializing error | Widget already initialized. |
1012 | widget initializing error | Error in the widget configuration. |
1013 | widget initializing error | Already authenticated with another widget id. |
1031 | widget visibility error | Initializing on pages that are not allowed. |
1032 | widget visibility error | Auth customers only. |
1033 | widget visibility error | Outside working hours. |
1101 | mandatory field missing | ‘token’ parameter is required in the method. |
1102 | mandatory field missing | ‘ski’ field is required in JWT. |
1103 | mandatory field missing | ‘sub’ field is required in JWT. |
1104 | mandatory field missing | ‘iss’ field is required in JWT. |
1105 | mandatory field missing | ‘iat’ field is required in JWT. |
1106 | mandatory field missing | ‘jti’ field is required in JWT. |
1111 | field in wrong type | ‘iat’ should be a ‘number’ type and should be in seconds. |
1112 | field in wrong type | ‘exp’ should be a ‘number’ type and should be in seconds. |
1113 | field in wrong type | ‘stp’ should be one of [’email’, ‘msisdn’, ‘externalPersonId’]. |
1114 | field in wrong format | Check ‘sub’ for ‘stp’ type. |
1121 | method invocation error | User is already authenticated. |
1122 | method invocation error | JWT payload is broken. |
1123 | method invocation error | ‘ski’ is wrong, no widget key with this id. |
1124 | method invocation error | ‘alg’ is incorrect. |
1125 | method invocation error | There’s something wrong with the encryption. |
1126 | method invocation error | ‘iss’ differs from the initialized widget id. |
1127 | method invocation error | ‘iat’ is not valid, should be earlier than now. |
1128 | method invocation error | ‘exp’ is not valid, should be later than now. |
1198 | connection issue | Failed to authenticate. Please try again later. |
1199 | request error | Request failed with status ${status}. |
1321 | method invocation error | User is already logged out. |
I am writing some Java code that authenticates to Active Directory using SASL GSSAPI. Mostly this code is working fine but for one user I am getting the response:
javax.naming.AuthenticationException: [LDAP: error code 49 - 8
0090304: LdapErr: DSID-0C0904D1, comment: AcceptSecurityContext error, data 568,
v1772 ]
I know that 49 means this is an authentication failure, and that the relevant sub code is 568, but I am only aware of the following meanings for that data:
- 525 — user not found
- 52e — invalid credentials
- 530 — not permitted to logon at this time
- 532 — password expired
- 533 — account disabled
- 701 — account expired
- 773 — user must reset password
So far I am unable to find an authorative source of these error codes from Microsoft (this list is pieced together from forum posts) and I can’t find anything for that 568 error.
Does anyone know what it means?
EDIT: It looks like the source of this list comes from this documentation from IBM
asked Apr 20, 2010 at 2:12
Dean PoveyDean Povey
9,2561 gold badge41 silver badges52 bronze badges
This and this list contain error codes that seem to correspond to the above numbers, viz.
- ERROR_NO_SUCH_USER 1317 (0x525) The specified account does not exist.
- ERROR_LOGON_FAILURE 1326 (0x52E) Logon failure: unknown user name or bad password.
- ERROR_INVALID_LOGON_HOURS 1328 (0x530) Logon failure: account logon time restriction violation.
- ERROR_PASSWORD_EXPIRED 1330 (0x532) Logon failure: the specified account password has expired.
- ERROR_ACCOUNT_DISABLED 1331 (0x533) Logon failure: account currently disabled.
- ERROR_ACCOUNT_EXPIRED 1793 (0x701) The user’s account has expired.
- ERROR_PASSWORD_MUST_CHANGE 1907 (0x773) The user’s password must be changed before logging on the first time.
From this list it appears that this error code means:
ERROR_TOO_MANY_CONTEXT_IDS 1384 (0x568) During a logon attempt, the user’s security context accumulated too many security IDs.
It turns out that this account has 2000 group memberships which are overrunning an internal Active Directory limit. You may only have 1015 or so group memberships otherwise login will fail.
More information is available on this error at: http://go.microsoft.com/fwlink/?LinkId=146571.
answered Apr 20, 2010 at 2:28
Dean PoveyDean Povey
9,2561 gold badge41 silver badges52 bronze badges
2
Этот и этот список содержат коды ошибок, которые, кажется, соответствуют вышеуказанным номерам, а именно.
- ERROR_NO_SUCH_USER 1317 (0x525) Указанная учетная запись не существует.
- ERROR_LOGON_FAILURE 1326 (0x52E) Ошибка входа: неизвестное имя пользователя или неверный пароль.
- ERROR_INVALID_LOGON_HOURS 1328 (0x530) Ошибка входа: нарушение ограничения времени входа в учетную запись.
- ERROR_PASSWORD_EXPIRED 1330 (0x532) Ошибка входа: истек срок действия пароля указанной учетной записи.
- ERROR_ACCOUNT_DISABLED 1331 (0x533) Ошибка входа: учетная запись в настоящее время отключена.
- ERROR_ACCOUNT_EXPIRED 1793 (0x701) Срок действия учетной записи пользователя истек.
- ERROR_PASSWORD_MUST_CHANGE 1907 (0x773) Пароль пользователя необходимо изменить перед первым входом в систему.
Из этого списка видно, что этот код ошибки означает:
ERROR_TOO_MANY_CONTEXT_IDS 1384 (0x568) Во время попытки входа в систему контекст безопасности пользователя накопил слишком много идентификаторов безопасности.
Оказывается, эта учетная запись имеет 2000 членства в группах, которые превышают внутренний предел Active Directory. Вы можете иметь только 1015 или около того членство в группах, иначе вход не удастся.
Дополнительную информацию об этой ошибке можно получить по адресу: http://go.microsoft.com/fwlink/?LinkId=146571.
Такие проблемы 568-paths.bin обычно вызваны повреждением файла, связанного с Europa Universalis 3 Complete, или, в некоторых случаях, его случайным или намеренным удалением. Обычно, установка новой версии файла BIN позволяет устранить проблему, из-за которой возникает ошибка. В некоторых случаях реестр Windows пытается загрузить файл 568-paths.bin, который больше не существует; в таких ситуациях рекомендуется запустить сканирование реестра, чтобы исправить любые недопустимые ссылки на пути к файлам.
Ниже вы также можете найти последние версии файлов для %%os%% (и для других версий ОС). Если у нас нет необходимой копии версии 568-paths.bin, вы можете просто нажать кнопку Request (Запрос), чтобы её запросить. Если вы не нашли необходимую вам версию файла в нашей базе, представленной ниже, мы рекомендуем обратиться непосредственно к Virtual Programming Ltd..
После успешного размещения файла в соответствующем месте на жёстком диске подобных проблем, связанных с 568-paths.bin, больше возникать не должно. Настоятельно рекомендуем выполнить быструю проверку. Проверьте, результат замены файла, запустив Europa Universalis 3 Complete и убедившись, что сообщение об ошибке больше не выводится.
568-paths.bin Описание файла | |
---|---|
Ext: | BIN |
Функция: | Game |
App: | Europa Universalis 3 Complete |
Версия: | 2011 |
Автор: | Virtual Programming Ltd. |
Имя файла: | 568-paths.bin |
Размер (в байтах): | 672 |
SHA-1: | dc1415da43d08453f22d3ea285e5ab8fc5cfc65a |
MD5: | efdbb3cdae0a23553f76e62c1d9ce6a1 |
CRC32: | 56b13057 |
Продукт Solvusoft
Загрузка
WinThruster 2023 — Сканировать ваш компьютер на наличие ошибок реестра в 568-paths.bin
Windows
11/10/8/7/Vista/XP
Установить необязательные продукты — WinThruster (Solvusoft) | Лицензия | Политика защиты личных сведений | Условия | Удаление
BIN
568-paths.bin
Идентификатор статьи: 870356
568-paths.bin
File | ID | Размер файла | Загрузить | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
+ 568-paths.bin | efdbb3cdae0a23553f76e62c1d9ce6a1 | 672.00 B | ||||||||||||||
|
Распространенные проблемы 568-paths.bin
Проблема Europa Universalis 3 Complete, связанная с 568-paths.bin, включает в
- «Ошибка в файле 568-paths.bin.»
- «Отсутствует файл 568-paths.bin.»
- «Файл не найден: 568-paths.bin»
- «Не удалось загрузить 568-paths.bin.»
- «Не удалось зарегистрировать 568-paths.bin.»
- «Ошибка времени выполнения — 568-paths.bin. «
- «568-paths.bin не может загрузиться. «
Ошибки 568-paths.bin возникают во время установки программы, когда программа, связанная с 568-paths.bin (например, Europa Universalis 3 Complete) работает во время запуска или завершения работы Windows или редко во время процесса установки Windows. Запись при возникновении ошибок 568-paths.bin имеет первостепенное значение для поиска причины проблем Europa Universalis 3 Complete и сообщения о них в Virtual Programming Ltd. за помощью.
Источник ошибок 568-paths.bin
Заражение вредоносными программами, недопустимые записи реестра Europa Universalis 3 Complete или отсутствующие или поврежденные файлы 568-paths.bin могут создать эти ошибки 568-paths.bin.
В первую очередь, проблемы с 568-paths.bin, созданные:
- Поврежденная или недопустимая запись реестра 568-paths.bin.
- Файл 568-paths.bin поврежден от заражения вредоносными программами.
- Другая программа (не связанная с Europa Universalis 3 Complete) удалила 568-paths.bin злонамеренно или по ошибке.
- Другая программа находится в конфликте с Europa Universalis 3 Complete и его общими файлами ссылок.
- Поврежденная загрузка или неполная установка программного обеспечения Europa Universalis 3 Complete.
Я пишу код Java, который аутентифицируется в Active Directory с использованием SASL GSSAPI. В основном этот код работает нормально, но для одного пользователя я получаю ответ:
javax.naming.AuthenticationException: [LDAP: error code 49 - 8
0090304: LdapErr: DSID-0C0904D1, comment: AcceptSecurityContext error, data 568,
v1772 ]
Я знаю, что 49 означает, что это ошибка аутентификации, и что соответствующий дополнительный код — 568, но я знаю только следующие значения для этих данных:
- 525 — пользователь не найден
52e — недопустимые учетные данные
530 — не разрешено войти в систему в настоящее время
532 — срок действия пароля истек
533 — отключена учетная запись
701 — Истек срок действия учетной записи.
773 — пользователь должен reset пароль
До сих пор я не могу найти официальный источник этих кодов ошибок от Microsoft (этот список собран из сообщений форума), и я не могу найти что-либо для этой ошибки 568.
Кто-нибудь знает, что это значит?
РЕДАКТИРОВАТЬ: Похоже, что источник этого списка исходит от этой документации от IBM