/** * This file was auto-generated by Fern from our API Definition. */ /** * Event signaling there was an error with the request. */ export interface StreamError { type: "error"; /** The error messages. */ messages?: string[]; }