error property
The error message returned by cardyb, if any.
cardyb's /v1/extract endpoint responds with HTTP 200 even when
extraction fails, carrying a non-empty error field. Inspect this
to distinguish a genuine failure from an empty preview.
Implementation
String? get image;/// The error message returned by cardyb, if any.
///
/// cardyb's `/v1/extract` endpoint responds with HTTP 200 even when
/// extraction fails, carrying a non-empty `error` field. Inspect this
/// to distinguish a genuine failure from an empty preview.
String? get error;