Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update error message on auth failure #60

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

v9n
Copy link
Member

@v9n v9n commented Dec 12, 2024

Fixes #46

auth key resp

  code: 16,
  details: 'User authentication error: User Auth key is invalid',
  metadata: Metadata {
    internalRepr: Map(1) { 'content-type' => [ 'application/grpc' ] },
    options: {}
  }
}

api key resp

    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async main (/Users/vinh/Sites/oak/eigenlayer/EigenLayer-AVS/examples/example.js:271:28) {
  code: 16,
  details: 'User authentication error: API key is invalid',
  metadata: Metadata {
    internalRepr: Map(1) { 'content-type' => [ 'application/grpc' ] },
    options: {}
  }
}

Copy link
Member

@chrisli30 chrisli30 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍

@v9n v9n merged commit 003cb3f into update-proto-buf-for-feedback Dec 12, 2024
4 checks passed
@v9n v9n deleted the update-error-message branch December 12, 2024 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants