midnight-status-codes:status-codes

Route Midnight error codes and messages to reference entries with fixes.

37|9|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/devrelaicom/midnight-expert --skill midnight-status-codes-status-codes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: midnight-status-codes:status-codes
Source: https://github.com/devrelaicom/midnight-expert/tree/main/plugins/midnight-status-codes/skills/status-codes
Command: npx skills add https://github.com/devrelaicom/midnight-expert --skill midnight-status-codes-status-codes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Helps engineers and support agents quickly identify the meaning, origin, and remediation for Midnight error codes, messages, and typed errors so they can resolve failures without guessing which subsystem produced them.

Core Features & Use Cases

  • Decision-tree routing: Guides you to the correct reference based on whether an error is a numeric node code, a TypeScript SDK class, an Effect-tagged wallet error, a Compact compiler diagnostic, a ZK proof failure, a ledger validation error, a proof-server HTTP response, an indexer GraphQL error, or a DApp Connector API error.
  • Quick lookup command: Supports targeted lookups by numeric code, full error text, or keyword search to immediately locate the matching reference file and suggested fixes.
  • Comprehensive references: Includes dedicated reference files for node error tables, SDK errors, wallet errors, compiler diagnostics, ZK and proof-server failures, ledger validation, indexer messages, and DApp Connector responses.
  • Use cases: Debugging rejected transactions, triaging CI compiler failures, resolving wallet submission problems, interpreting proof server responses, and diagnosing indexer or DApp connector API errors.

Quick Start

Use the lookup command with the error text or numeric code to return the reference file, probable cause, and recommended remediation.

Frequently Asked Questions about midnight-status-codes:status-codes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I look up Midnight node error codes and find the correct fix?

To look up Midnight node error codes, input the numeric code or full error text to route directly to the authoritative reference entry, which returns the precise file path, probable cause, and recommended remediation for fast debugging.

What is the best way to debug Midnight ZK proof failures and ledger validation errors?

The best way to debug Midnight ZK proof failures and ledger validation errors is to use a decision-tree routing system that matches the error type to dedicated reference files containing probable causes and actionable fixes for proof-server and ledger issues.

Can I resolve TypeScript SDK exceptions and Effect-tagged wallet errors during Midnight transaction debugging?

Yes, you can resolve TypeScript SDK exceptions and Effect-tagged wallet errors by searching the error class or tag, which routes you to the matching SDK or wallet error reference file with tailored remediation steps for transaction failures.

How do I interpret Compact compiler diagnostics and indexer GraphQL errors from my Midnight DApp?

To interpret Compact compiler diagnostics and indexer GraphQL errors, apply the compiler source location or keyword pattern to route the error to dedicated reference files that return the probable cause and recommended fix for your DApp.

Why does my Midnight DApp Connector API return an error and how do I triage it?

Your Midnight DApp Connector API error can be triaged by routing the API error message through a keyword search that matches it to the DApp Connector reference file, returning the specific origin, probable cause, and recommended remediation.

Does this error lookup tool support proof-server HTTP responses for Midnight incident triage?

Yes, it supports proof-server HTTP responses by applying decision-tree routing to match the response pattern against dedicated reference files, returning the probable cause and recommended fix for incident triage during Midnight debugging.