Skip to content

Comments

wave 1 error improvements#107

Open
wentzeld wants to merge 2 commits intomainfrom
error-messages-wave1
Open

wave 1 error improvements#107
wentzeld wants to merge 2 commits intomainfrom
error-messages-wave1

Conversation

@wentzeld
Copy link

Changes: Runtime mode violation messages, 12 consensus tag validation messages + suffix bug fix, ResponseBufferTooSmall message
Dependencies: None
See CRE Error Improvements

@wentzeld wentzeld requested a review from a team as a code owner February 15, 2026 17:31
@github-actions
Copy link

👋 wentzeld, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

const (
DefaultMaxResponseSizeBytes = 5 * 1024 * 1024 // 5 MB
ResponseBufferTooSmall = "response buffer too small"
ResponseBufferTooSmall = "response buffer too small: the serialized capability response exceeds the maximum allowed size. Consider reducing the response payload size or increasing DefaultMaxResponseSizeBytes"
Copy link
Contributor

Choose a reason for hiding this comment

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

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