Options
All
  • Public
  • Public/Protected
  • All
Menu

Github Error.

Hierarchy

  • TypedError
    • GithubError

Index

Constructors

constructor

  • Should the error returned not be from the Github API but from the REST layer, then the message from it is used instead.

    Parameters

    • error: any

    Returns GithubError

Properties

documentationUrl

documentationUrl: string

Documentation URL pertaining to the error.

message

message: string

Message error from the Github API.

name

name: string

Name of the error.

stack

stack: string

Stack trace.

type

type: string = "GithubError"

Error type.

Generated using TypeDoc