ItemIdsException

class ItemIdsException(message: String = "At least one and less than or equal to 100 item IDs are required") : Throwable

Constructors

Link copied to clipboard
constructor(message: String = "At least one and less than or equal to 100 item IDs are required")

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?