-
- All Implemented Interfaces:
public class HttpException.Kind.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static HttpException.Kind.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final HttpException.KindofStatusCode(Integer statusCode)Resolves the kind of the HTTP error associated with the given statusCode. -
-
Method Detail
-
ofStatusCode
final HttpException.Kind ofStatusCode(Integer statusCode)
Resolves the kind of the HTTP error associated with the given statusCode.
-
-
-
-