toggle menu
search-client
common
switch theme
search in API
search-client
/
com.jillesvangurp.ktsearch
/
RestResponse
/
Status4XX
/
Forbidden
Forbidden
class
Forbidden
(
val
bytes
:
ByteArray
,
val
path
:
String
,
val
requestBody
:
String
?
)
:
RestResponse.Status4XX
Members
Members & Extensions
Constructors
Forbidden
Link copied to clipboard
constructor
(
bytes
:
ByteArray
,
path
:
String
,
requestBody
:
String
?
)
Properties
bytes
Link copied to clipboard
open
override
val
bytes
:
ByteArray
completed
Normally
Link copied to clipboard
val
completedNormally
:
Boolean
path
Link copied to clipboard
val
path
:
String
request
Body
Link copied to clipboard
val
requestBody
:
String
?
response
Category
Link copied to clipboard
open
override
val
responseCategory
:
RestResponse.ResponseCategory
status
Link copied to clipboard
open
override
val
status
:
Int
text
Link copied to clipboard
open
override
val
text
:
String
Functions
as
Result
Link copied to clipboard
fun
RestResponse
.
asResult
(
)
:
Result
<
RestResponse.Status2XX
>