def from_response()

in ember/serve.py [0:0]


    def from_response(cls, response: EmbeddingErrorResponse) -> "EmbeddingError":
        return cls(
            code=response.code,
            message=response.message,
            details=response.details
        )