API documentation
    • Introduction
    • Error guide
    • Quickstart guide
    • Datacenter
    • File and Folder
      • File
      • Folder
    • Region
    • Storage
      • Status
        GET
    • Welcome
      GET
    • Schemas
      • StandardResponse
      • ErrorResponse

    ErrorResponse

    {
        "status": 400,
        "message": "An error occurred.",
        "error": {
            "code": "ERROR_CODE",
            "details": "Detailed error information."
        }
    }
    Built with