Error

data class Error(val message: String) : GalleryDialog(source)

Carries Error data through the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

message

message value consumed by the API.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard