isPublicationError property

bool get isPublicationError

Check if this is a publication error

Implementation

bool get isPublicationError =>
    code == '403' && message.startsWith('Publication Error');