OfflineRegionError

Deprecated

Describes an offline request response error.

Constructors

Link copied to clipboard
open fun OfflineRegionError(@NonNull type: OfflineRegionErrorType, @NonNull message: String, isFatal: Boolean, @Nullable retryAfter: Date)

Functions

Link copied to clipboard
open fun equals(object: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard
@NonNull
@get:NonNull
val message: String
Link copied to clipboard
@Nullable
@get:Nullable
val retryAfter: Date
Link copied to clipboard
@NonNull
@get:NonNull
val type: OfflineRegionErrorType