Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkbookError

Package version

interface

An interface representing WorkbookError. Error message body that will indicate why the operation failed.

Hierarchy

  • WorkbookError

Index

Properties

Properties

Optional code

code: undefined | string
member

{string} [code] Service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response.

Optional details

member

{ErrorFieldContract[]} [details] The list of invalid fields send in request, in case of validation error.

Optional message

message: undefined | string
member

{string} [message] Human-readable representation of the error.

Generated using TypeDoc