frost.core

Class Error

    └ Immutable
         └ Object

@extendable

Returned by methods to indicate that they encountered an error.

Source Code:
View Source

Initializer Summary

init(message:String)
Creates a new Error.

Field Summary

message:String
A human-readable description of the problem.
Inherited Fields:

Initializers

init (message:String)

Creates a new Error.

Parameters:
message - value of type String

Fields

def message:String

A human-readable description of the problem.