MercureException class abstract

Exception that will skill retry feature.

Implemented types
Implementers

Constructors

MercureException()
Exception that will skill retry feature.
const
MercureException.contentType(StreamedResponse response)
Exception when response return unexpected content type header.
factory
MercureException.eventSource(String hubUrl)
Exception when connection with event source failed.
factory
MercureException.request(String hub, List<String> topics)
Exception when request contains empty topics list or malformed url.
factory
MercureException.statusCode(StreamedResponse response)
Exception when response failed with bad status code.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited