@grabjs/superapp-sdk
    Preparing search index...

    Type Alias RemoveAllResponse

    RemoveAllResponse:
        | { status_code: 204 }
        | { error: string; status_code: 500 }
        | { error: string; status_code: 501 }
        | { error: string; status_code: 424 }

    Response when removing all values.

    This response can have the following status codes:

    • 204: All values removed successfully.
    • 424: Failed Dependency - storage operation failed due to underlying storage error.
    • 500: Internal server error - an unexpected error occurred on the native side.
    • 501: Not implemented - this method requires the Grab app environment.