ErrorFilter


class ErrorFilter


Defines the types of errors to be captured in an error scope.

Summary

Constants

const Int

Captures internal implementation errors.

const Int

Captures out-of-memory errors.

const Int

Captures validation errors.

Public companion functions

String
toString(value: Int)

Constants

Internal

const val Internal = 3: Int

Captures internal implementation errors.

OutOfMemory

const val OutOfMemory = 2: Int

Captures out-of-memory errors.

Validation

const val Validation = 1: Int

Captures validation errors.

Public companion functions

toString

Added in 1.0.0-alpha05
fun toString(value: Int): String