Abstract
An abstract class representing some exception that occurred related to the DevOps API. This is the base class for all DevOps API errors, and will never be thrown directly.
Useful for instanceof checks.
instanceof
Optional
Static
Optional override for formatting stack traces
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Create .stack property on a target object
An abstract class representing some exception that occurred related to the DevOps API. This is the base class for all DevOps API errors, and will never be thrown directly.
Useful for
instanceof
checks.