Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UpdateFailReason

A type containing information about the reason for failure of an update

Hierarchy

  • UpdateFailReason

Index

Constructors

Properties

Constructors

constructor

  • new UpdateFailReason(id: number | undefined, reason: string): UpdateFailReason
  • Create a UpdateFailReason

    Parameters

    • id: number | undefined

      the update fail reason's id

    • reason: string

      the update fail reason's description

    Returns UpdateFailReason

Properties

Optional id

id: undefined | number

The update fail reason's id

reason

reason: string

The update fail reason's description