ForageApiError

data class ForageApiError(val path: String, val errors: List<ForageErrorObj>)

Constructors

Link copied to clipboard
constructor(path: String, errors: List<ForageErrorObj>)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String