@ingeze/api-error - v1.0.8
    Preparing search index...

    Type Alias NotFoundErrorType

    NotFoundErrorType:
        | "NOT_FOUND"
        | "NOT_FOUND_USER"
        | "NOT_FOUND_EMAIL"
        | "NOT_FOUND_PRODUCT"
        | "NOT_FOUND_POST"
        | "NOT_FOUND_COMMENT"
        | "NOT_FOUND_CATEGORY"
        | "NOT_FOUND_FILE"
        | "NOT_FOUND_IMAGE"
        | "NOT_FOUND_ADDRESS"

    Types representing different "Not Found" error scenarios (HTTP 404).

    These error types help identify the specific resource that was not found during an operation within the application.

    Type declaration

    • "NOT_FOUND"

      Generic resource not found error.

    • "NOT_FOUND_USER"

      User resource not found.

    • "NOT_FOUND_EMAIL"

      Email resource not found.

    • "NOT_FOUND_PRODUCT"

      Product resource not found.

    • "NOT_FOUND_POST"

      Post resource not found.

    • "NOT_FOUND_COMMENT"

      Comment resource not found.

    • "NOT_FOUND_CATEGORY"

      Category resource not found.

    • "NOT_FOUND_FILE"

      File resource not found.

    • "NOT_FOUND_IMAGE"

      Image resource not found.

    • "NOT_FOUND_ADDRESS"

      Address resource not found.