Skip to main content

include/aws@internal@client@runtime_ServiceError.hrl

-record(service_error, {
    status :: integer(),
    error_type :: binary(),
    body :: bitstring()
}).