RemoteConfigException class

Error Codes of the Remote Configuration SDK

Implemented types

Constructors

RemoteConfigException({int? code, String? message, int? throttleEndTimeMillis})

Properties

code int?
Error Code
final
hashCode int
The hash code for this object.
no setterinherited
message String?
Error Description
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
throttleEndTimeMillis int?
Current limiting time, in milliseconds.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

RemoteConfigErrorCodeDataNotModified → const int
The response data is not changed.
RemoteConfigErrorCodeFetchThrottled → const int
Network Error Please try again later
RemoteConfigErrorCodeRcsConfigEmpty → const int
No parameter condition is configured for the application.
RemoteConfigErrorCodeUnknown → const int
System error. Contact Huawei technical support.