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.

    Since 3.0.0

  • errorMessage: string

    The error message extracted from the error

    Since 3.0.0

Since 3.0.0