Skip to main content
Version: v1

Error Interface

Wraps an error of type TError.

Signature

interface Error<TError>

Type Parameters

Parameter Description
TError

Properties

Property Type Description
error TError
type ResultType.Error

Property Details

error

Signature

readonly error: TError;

Type: TError

type

Signature

readonly type: ResultType.Error;

Type: ResultType.Error