class Status


A status code returned synchronously from an operation.

Summary

Constants

const Int
Error = 2

An error occurred.

const Int

The operation was successful.

Public companion functions

String
toString(value: Int)

Constants

Error

const val Error = 2: Int

An error occurred.

Success

const val Success = 1: Int

The operation was successful.

Public companion functions

toString

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