Table of Contents

Namespace Rascal.Errors

Classes

AggregateError

An error which is a combination of other errors.

CancellationError

An error which represents the cancellation of a task.

ExceptionError

An error which is constructed from an exception.

InvalidOperationError

An error which represents an invalid operation.

NotFoundError

An error which represents something which wasn't found.

NullError

An error which represents something which is null.

ParseError

An error which represents a failure to parse something.

StringError

An error which displays a simple string.

ValidationError

An error which represents a validation failure on some object.