app.didpic.notification.reportClientError

lexicons.didpic.app

Documentation

Submit a mobile-app crash or error report.

main procedure

Submit a mobile-app crash or error report.

Input

Encodingapplication/json
appVersion string Optional

No description available.

maxLength: 64 bytes
did stringdid Optional

A decentralized identifier (DID).

fatal boolean Optional

No description available.

message string Required

No description available.

maxLength: 2000 bytes
osVersion string Optional

No description available.

maxLength: 64 bytes
platform string Optional

No description available.

maxLength: 16 bytes
route string Optional

No description available.

maxLength: 256 bytes
stack string Optional

No description available.

maxLength: 8000 bytes

Output

Encodingapplication/json
fingerprint string Required

No description available.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "message"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "fatal": {
          "type": "boolean"
        },
        "route": {
          "type": "string",
          "maxLength": 256
        },
        "stack": {
          "type": "string",
          "maxLength": 8000
        },
        "message": {
          "type": "string",
          "maxLength": 2000
        },
        "platform": {
          "type": "string",
          "maxLength": 16
        },
        "osVersion": {
          "type": "string",
          "maxLength": 64
        },
        "appVersion": {
          "type": "string",
          "maxLength": 64
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "fingerprint"
      ],
      "properties": {
        "fingerprint": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Submit a mobile-app crash or error report."
}

Lexicon Garden

@