Aris.Moe.OverlayTranslate.Server.Image.Error.NoImageVerificationCharacteristicsError.NoImageVerificationCharacteristicsError C# (CSharp) Method

NoImageVerificationCharacteristicsError() public method

public NoImageVerificationCharacteristicsError ( ) : Aris.Moe.OverlayTranslate.Server.Image.Fetching.Error
return Aris.Moe.OverlayTranslate.Server.Image.Fetching.Error
        public NoImageVerificationCharacteristicsError()
        {
            Message = "Need either a sha256 hash or height and width of the image for verification purposes";
        }
    }
NoImageVerificationCharacteristicsError