struct LoaderResponse
Defined at line 20 of file ../../src/developer/forensics/testing/stubs/loader.h
Public Members
optional error
optional status_code
optional body
Public Methods
LoaderResponse WithError (fuchsia::net::http::Error error)
Defined at line 18 of file ../../src/developer/forensics/testing/stubs/loader.cc
LoaderResponse WithError (uint32_t status_code)
Defined at line 26 of file ../../src/developer/forensics/testing/stubs/loader.cc
LoaderResponse WithBody (uint32_t status_code, const std::string & body)
Defined at line 36 of file ../../src/developer/forensics/testing/stubs/loader.cc