FirebaseAdmin. Messaging. ErrorInfo
A topic management error.
Summary
Constructors and Destructors | |
|---|---|
ErrorInfo(int index, string reason)Initializes a new instance of theErrorInfo class. |
Properties | |
|---|---|
Index | intGets the registration token to which this error is related to. |
Reason | stringGets the nature of the error. |
Properties
Index
int Index
Gets the registration token to which this error is related to.
| Details | |
|---|---|
| Returns | An index into the original registration token list. |
Reason
string Reason
Gets the nature of the error.
| Details | |
|---|---|
| Returns | A non-null, non-empty error message. |
Public functions
ErrorInfo
ErrorInfo( int index, string reason)
Initializes a new instance of theErrorInfo class.
| Details | |||||
|---|---|---|---|---|---|
| Parameters |
|
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-03-24 UTC.