class Attio::Error
def extract_request_id(response)
def extract_request_id(response) return nil unless response[:headers] response[:headers]["x-request-id"] || response[:headers]["X-Request-Id"] end
def extract_request_id(response) return nil unless response[:headers] response[:headers]["x-request-id"] || response[:headers]["X-Request-Id"] end