LiterLlmError.internalError constructor

const LiterLlmError.internalError({
  1. required String message,
})

An internal logic error (e.g. unexpected Tower response variant).

This should never surface in normal operation — if it does, it indicates a bug in the library.

Implementation

const factory LiterLlmError.internalError({required String message}) =
LiterLlmError_InternalError;