• Type guard to check if an object is an OpenAPIError

    Parameters

    • obj: unknown

      The object to check

    Returns obj is Error

    True if the object is an OpenAPIError