VersionMismatchException

class VersionMismatchException(message: String? = null, cause: Throwable? = null) : SudoProfileException

Exception for GraphQl call when there is a Version mismatch. This can occur if another process has updated a DB entry while you are working on that entry.

Constructors

Link copied to clipboard
constructor(message: String? = null, cause: Throwable? = null)

Properties

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