ForageErrorObj

data class ForageErrorObj(val code: String, val message: String)

Constructors

Link copied to clipboard
constructor(code: String, message: String)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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