[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-04-28 UTC."],[],[],null,["# MessagingErrorCode\n\npublic final enum **MessagingErrorCode** extends Enum\\\u003cE extends Enum\\\u003cE\\\u003e\\\u003e \nError codes that can be raised by the Cloud Messaging APIs. \n\n### Inherited Method Summary\n\nFrom class java.lang.Enum \n\n|----------------------------------|---------------------------------------|\n| final Object | clone() |\n| final int | compareTo(E arg0) |\n| int | compareTo(Object arg0) |\n| final boolean | equals(Object arg0) |\n| final void | finalize() |\n| final Class\\\u003cE\\\u003e | getDeclaringClass() |\n| final int | hashCode() |\n| final String | name() |\n| final int | ordinal() |\n| String | toString() |\n| static \\\u003cT extends Enum\\\u003cT\\\u003e\\\u003e T | valueOf(Class\\\u003cT\\\u003e arg0, String arg1) |\n\nFrom class java.lang.Object \n\n|------------------|---------------------------|\n| Object | clone() |\n| boolean | equals(Object arg0) |\n| void | finalize() |\n| final Class\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| String | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nFrom interface java.lang.Comparable \n\n|--------------|-------------------|\n| abstract int | compareTo(T arg0) |\n\nEnum Values\n-----------\n\n#### public static final MessagingErrorCode\n**INTERNAL**\n\nInternal server error. \n\n#### public static final MessagingErrorCode\n**INVALID_ARGUMENT**\n\nOne or more arguments specified in the request were invalid. \n\n#### public static final MessagingErrorCode\n**QUOTA_EXCEEDED**\n\nSending limit exceeded for the message target. \n\n#### public static final MessagingErrorCode\n**SENDER_ID_MISMATCH**\n\nThe authenticated sender ID is different from the sender ID for the registration token. \n\n#### public static final MessagingErrorCode\n**THIRD_PARTY_AUTH_ERROR**\n\nAPNs certificate or web push auth key was invalid or missing. \n\n#### public static final MessagingErrorCode\n**UNAVAILABLE**\n\nCloud Messaging service is temporarily unavailable. \n\n#### public static final MessagingErrorCode\n**UNREGISTERED**\n\nApp instance was unregistered from FCM. This usually means that the token used is no longer\nvalid and a new one must be used."]]