MastodonMediaProcessingTimeoutException class

Media async processing timeout.

Thrown when the media with MastodonMediaProcessingTimeoutException.mediaId did not finish processing within the polling limit after the server returned HTTP 202.

Inheritance

Constructors

MastodonMediaProcessingTimeoutException({required String mediaId})

Properties

hashCode int
The hash code for this object.
no setterinherited
mediaId String
ID of the media that was awaiting processing.
final
message String
finalinherited
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