HttpError

class HttpError(val status: HttpStatus, val message: String, val details: Map<String, Any> = mapOf()) : RuntimeException

HTTPエラーを表すクラス

Constructors

Link copied to clipboard
constructor(status: HttpStatus, message: String, details: Map<String, Any> = mapOf())

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

エラーの詳細情報

Link copied to clipboard
Link copied to clipboard
open override val message: String

エラーメッセージ

Link copied to clipboard
Link copied to clipboard

HTTPステータス

Link copied to clipboard