Package com. devbase. data. utilities. enum

Defines enum for data retrieving feature

Types

Link copied to clipboard
annotation class HttpErrorCode

Properties

Link copied to clipboard
const val BAD_REQUEST: Int = 400
Link copied to clipboard
const val CONFLICT: Int = 409
Link copied to clipboard
const val EXPECTATION_FAILED: Int = 417
Link copied to clipboard
const val FORBIDDEN: Int = 403
Link copied to clipboard
const val GATEWAY_TIMEOUT: Int = 504
Link copied to clipboard
const val INTERNAL_ERROR: Int = 500
Link copied to clipboard
const val NOT_ACCEPTABLE: Int = 406
Link copied to clipboard
const val NOT_FOUND: Int = 404
Link copied to clipboard
const val SERVICE_UNAVAILABLE: Int = 503
Link copied to clipboard
const val UNAUTHORIZED: Int = 401