⚠️ Internal: This API is not publically exported by the package.

      Represents an error that occurs when the provided value of the branded type does not pass the refinement predicate.

      Since

      2.0.0

      interface RefinementError {
          message: string;
          meta: unknown;
      }

      Properties

      Properties

      message: string
      meta: unknown