FileSizeLimitError

class FileSizeLimitError(message: String, val fileSizeLimit: Int = parseFileSizeLimit(message)) : NetworkError

The attached file exceeds the server's size limit (HTTP 413).

Constructors

Link copied to clipboard
constructor(message: String, fileSizeLimit: Int = parseFileSizeLimit(message))

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val code: Int

The HTTP status code associated with this error.

Link copied to clipboard

The maximum allowed file size in megabytes.

Link copied to clipboard
open val message: String?