-
- All Implemented Interfaces:
-
com.hexagonkt.http.model.HttpStatus,java.io.Serializable,kotlin.Comparable
public enum ServerErrorStatus extends Enum<ServerErrorStatus> implements HttpStatus
Supported HTTP responses status.
-
-
Enum Constant Summary
-
Method Summary
Modifier and Type Method Description IntegergetCode()HttpStatusTypegetType()final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getType
HttpStatusType getType()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-