Interface PublicationRetryResult

Lo que devuelve reintentar: la publicación tal y como quedó, y el tope que aplica el servidor.

interface PublicationRetryResult {
    max_retries: number;
    publication: Publication;
}

Properties

max_retries: number

Reintentos manuales que admite en total. Léelo de aquí en vez de escribirlo tú.

publication: Publication