Documentation
↪ Back to homepage↗ Help Center
  • Getting Started
  • Topics
  • Foundry Platform
    • Overview
    • Authentication
    • Status Codes
    • Errors
    • Timestamps
    • Account
      • Get Account
      • Get Account Balance
      • Get Topup Details
    • Orders
      • Get Orders
      • Create Order
      • Get Order
      • Cancel Order
  • Segment Ledger
    • Ledger
      • Get Ledger
      • Update Ledger
    • Ledger Assets
      • Create Ledger Asset
      • List Ledger Assets
      • Get Ledger Asset
      • Update Ledger Asset
    • Ledger Accounts
      • Create Ledger Account
      • List Ledger Accounts
      • Get Ledger Account
      • Update Ledger Account
    • Ledger Transactions
      • Create Ledger Transaction
      • List Ledger Transactions
      • Get Ledger Transaction
  • Hyperhash
    • Under Development
Powered by GitBook
On this page
  1. Foundry Platform

Errors

Error Responses

When an error occurs, Froundy provides an object containing detailed information to help identify the issue. Below is a list of frequently encountered error codes.

Error Code
Description

parameter_invalid

The value provided for the parameter is invalid

parameter_missing

No value has been provided for the parameter

resource_not_found

The resource couldn't be found for the identifier

{
    statusCode: 500,
    statusMessage: 'Internal Server Error',
    error: error.message,
}

PreviousStatus CodesNextTimestamps

Last updated 7 months ago