79619130

Date: 2025-05-13 07:21:34
Score: 2.5
Natty:
Report link

public class Response{

public int code {get; set;}

public string message {get; set;}

}

return new Respone{

code = 500,

message = "Internal server error
}

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Vishnu Bhandarge