Custom

class Custom(val code: Int) : StatusCode

A custom status code.

Parameters

code

The status code.

Constructors

Link copied to clipboard
constructor(code: Int)

Properties

Link copied to clipboard
val code: Int

The status code.