ContentTooLargeException class

Exception thrown when content is too large

Inheritance

Constructors

ContentTooLargeException.new(int size, int maxSize)

Properties

cause → dynamic
Optional underlying cause
finalinherited
hashCode int
The hash code for this object.
no setterinherited
maxSize int
The maximum allowed size
final
message String
The error message
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
The content size in bytes
final

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