github.com/hernad/nomad@v1.6.112/ui/app/utils/ott-exchange-error.js (about)

     1  /**
     2   * Copyright (c) HashiCorp, Inc.
     3   * SPDX-License-Identifier: MPL-2.0
     4   */
     5  
     6  export default class OTTExchangeError extends Error {
     7    message = 'Failed to exchange the one-time token.';
     8  }