mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 04:19:37 +00:00
971 B
971 B
ErrorT
Error response
Example Usage
import { ErrorT } from "dokploy/models";
let value: ErrorT = {
message: "<value>",
code: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
message |
string | ✔️ | N/A |
code |
string | ✔️ | N/A |
issues |
models.Issue[] | ➖ | N/A |