PropertyFailure: {
    error: unknown;
    errorMessage: string;
}

Represent failures of the property

Type declaration

  • error: unknown

    The original error that has been intercepted. Possibly not an instance Error as users can throw anything.

    Remarks

    Since 3.0.0

  • errorMessage: string

    The error message extracted from the error

    Remarks

    Since 3.0.0

Remarks

Since 3.0.0