ErrorHttpStatusMapping

Functions

Link copied to clipboard
fun getHttpStatus(errorCode: String): HttpStatus?
Link copied to clipboard
fun register(errorCode: String, httpStatus: HttpStatus)
Link copied to clipboard
fun ErrorInfo.toHttpStatus(default: HttpStatus = HttpStatus.BAD_REQUEST): HttpStatus
Link copied to clipboard
fun unregister(errorCode: String)