Type Alias PatchAssistantThreadHttpError

type PatchAssistantThreadHttpError = {
    data: ErrorResponseCopy;
    headers: Headers;
    status: 400 | 401 | 403 | 404 | 429;
}
Index

Properties

Properties

headers: Headers
status: 400 | 401 | 403 | 404 | 429