wespe.batch_uploaders package

Submodules

wespe.batch_uploaders.facebook module

wespe.batch_uploaders.requests module

class wespe.batch_uploaders.requests.BaseRequestError(description: str, is_transient: bool, data: dict)[source]

Bases: object

data

Returns the entire error payload response.

Returns:a dictionary.
description

Returns an error description.

Returns:a string.
is_transient

Returns True when the error is likely to be caused by a temporary issue (e.g. network issue). This should be used as a way to identify which requests can be retried without further modifications.

Returns:a boolean.
class wespe.batch_uploaders.requests.BaseResponse(data: dict)[source]

Bases: object

data

Returns the entire payload response.

Returns:a dictionary.

wespe.batch_uploaders.retries module

Module contents