Internal
Should not be instantiated by the user.
Readonly
durationThe duration of the command, in milliseconds.
Readonly
errorThe error that occurred.
Typically, some DevOpsAPIError, commonly a DevOpsAPIResponseError or sometimes a DevOpsUnexpectedStateError
Readonly
longWhether the command is long-running or not, i.e. requires polling.
Readonly
methodThe HTTP method for the request.
Readonly
methodThe method which invoked the request
Readonly
nameThe name of the event.
Optional
Readonly
paramsThe query parameters, if any.
Readonly
pathThe path for the request, not including the Base URL.
Optional
Readonly
reqThe request body, if any.
Protected
_descStatic
formatted
Event emitted when an admin command has errored.
See AdminCommandEvent for more information about all the common properties available on this event.