sunday
1.0.0-beta.18
sunday-core
/
io.outfoxx.sunday.problems
/
NonStandardStatus
Non
Standard
Status
data
class
NonStandardStatus
(
statusCode
:
Int
,
reasonPhrase
:
String
?
)
:
StatusType
Container for non-standard HTTP statuses.
Constructors
Functions
Constructors
Non
Standard
Status
Link copied to clipboard
fun
NonStandardStatus
(
response
:
Response
)
Non
Standard
Status
Link copied to clipboard
fun
NonStandardStatus
(
statusCode
:
Int
,
reasonPhrase
:
String
?
)
Functions
get
Reason
Phrase
Link copied to clipboard
open
override
fun
getReasonPhrase
(
)
:
String
?
get
Status
Code
Link copied to clipboard
open
override
fun
getStatusCode
(
)
:
Int