MaximumAppendSizeExceededException class

Exception thrown when an append exceeds the maximum size set by the server.

Implemented types

Constructors

MaximumAppendSizeExceededException(int maxAppendSize, {Object? cause})
Constructs a new instance of MaximumAppendSizeExceededException.
MaximumAppendSizeExceededException.fromError(GrpcError error)
Constructs a new instance of MaximumAppendSizeExceededException from given error
factory

Properties

cause Object?
If available, the cause of this exception.
final
hashCode int
The hash code for this object.
no setterinherited
maxAppendSize int
The configured maximum append size.
getter/setter pair
message String
Get error message
no setter
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.
override

Operators

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