LLDB mainline
lldb_protocol::mcp::UnsupportedURI Class Reference

#include <MCPError.h>

Inheritance diagram for lldb_protocol::mcp::UnsupportedURI:
[legend]

Public Member Functions

 UnsupportedURI (std::string uri)
void log (llvm::raw_ostream &OS) const override
std::error_code convertToErrorCode () const override

Static Public Attributes

static char ID

Private Attributes

std::string m_uri

Detailed Description

Definition at line 39 of file MCPError.h.

Constructor & Destructor Documentation

◆ UnsupportedURI()

UnsupportedURI::UnsupportedURI ( std::string uri)

Definition at line 35 of file MCPError.cpp.

References m_uri.

Member Function Documentation

◆ convertToErrorCode()

std::error_code UnsupportedURI::convertToErrorCode ( ) const
override

Definition at line 41 of file MCPError.cpp.

◆ log()

void UnsupportedURI::log ( llvm::raw_ostream & OS) const
override

Definition at line 37 of file MCPError.cpp.

References m_uri.

Member Data Documentation

◆ ID

char UnsupportedURI::ID
static

Definition at line 41 of file MCPError.h.

◆ m_uri

std::string lldb_protocol::mcp::UnsupportedURI::m_uri
private

Definition at line 49 of file MCPError.h.

Referenced by log(), and UnsupportedURI().


The documentation for this class was generated from the following files: