MineAuth
Toggle table of contents
VersionPlaceholder
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MineAuth
api
/
party.morino.mineauth.api.http
/
HttpError
Http
Error
class
HttpError
(
val
status
:
HttpStatus
,
val
message
:
String
,
val
details
:
Map
<
String
,
Any
>
=
mapOf()
)
:
RuntimeException
HTTPエラーを表すクラス
Members
Constructors
Http
Error
Link copied to clipboard
constructor
(
status
:
HttpStatus
,
message
:
String
,
details
:
Map
<
String
,
Any
>
=
mapOf()
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
details
Link copied to clipboard
val
details
:
Map
<
String
,
Any
>
エラーの詳細情報
localized
Message
Link copied to clipboard
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
open
override
val
message
:
String
エラーメッセージ
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
status
Link copied to clipboard
val
status
:
HttpStatus
HTTPステータス
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?