@serenity-is/corelib / ServiceResponse
Interface: ServiceResponse
Defined in: src/base/servicetypes.ts:23
Base contract for every Serenity service response.
Successful responses omit Error; failed responses populate it and may omit other fields.
Extended by
Properties
Error?
optionalError:ServiceError
Defined in: src/base/servicetypes.ts:25
Error information when the request failed; undefined on success.